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

Commit e7b1f8c

Browse files
Merge pull request #176 from topcoder-platform/gigs-filter
Update the browser title
2 parents 71919ef + 14fe0a7 commit e7b1f8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/App.jsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ 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.";
57+
document.title = "Listings-EARN-Topcoder";
5958
}, []);
6059

6160
useEffect(() => {

0 commit comments

Comments
 (0)