Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d288269

Browse files
gig filter browser title change
1 parent 4d4d5c5 commit d288269

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ workflows:
7676
filters:
7777
branches:
7878
only:
79-
- dev
79+
- gigs-filter
8080

8181
# Production builds are exectuted only on tagged commits to the
8282
# master branch.

src/App.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ const App = () => {
5454

5555
useEffect(() => {
5656
store.dispatch(actions.lookup.checkIsLoggedIn());
57+
document.title =
58+
"Welcome to the Topcoder Platform. Get started by opening an app in the tool switcher on the top right corner.";
5759
}, []);
5860

5961
useEffect(() => {

0 commit comments

Comments
 (0)