Skip to content

Commit

Permalink
responsive page title issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodewithKoushica committed Jan 18, 2025
1 parent d1814b8 commit 4cdf9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function UpdateDocumentTitle() {
// Find the first matching route and set the document title
const match = routes.find(route => route.pattern.test(location.pathname));
document.title = match.title;
}, [location, fullName]);
}, [location, authUser]);

return null;
}
Expand Down

0 comments on commit 4cdf9ed

Please sign in to comment.