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

Commit 71919ef

Browse files
Merge pull request #174 from topcoder-platform/gigs-filter
Update the Earn App Browser Title
2 parents 4d4d5c5 + cacb7b1 commit 71919ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)