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

Update the browser title #176

Merged
merged 4 commits into from
Aug 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ const App = () => {

useEffect(() => {
store.dispatch(actions.lookup.checkIsLoggedIn());
document.title =
"Welcome to the Topcoder Platform. Get started by opening an app in the tool switcher on the top right corner.";
document.title = "Listings-EARN-Topcoder";
}, []);

useEffect(() => {
Expand Down