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

Commit 93e8331

Browse files
change listing title
1 parent 2b7adcd commit 93e8331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const App = () => {
5858

5959
useEffect(() => {
6060
if (location.pathname === "/earn/find/challenges") {
61-
document.title = "Listings-Earn-Topcoder";
61+
document.title = "Listings-EARN-Topcoder";
6262
if (!location.search) {
6363
store.dispatch(
6464
actions.challenges.getChallenges(initialChallengeFilter)

0 commit comments

Comments
 (0)