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

Commit 4e660b9

Browse files
authored
Merge pull request #177 from topcoder-platform/dev
Update the Earn-App browser title
2 parents c56fb00 + e7b1f8c commit 4e660b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/App.jsx

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

5555
useEffect(() => {
5656
store.dispatch(actions.lookup.checkIsLoggedIn());
57+
document.title = "Listings-EARN-Topcoder";
5758
}, []);
5859

5960
useEffect(() => {

0 commit comments

Comments
 (0)