cello
cello copied to clipboard
Replace react-document-title with react-helmet
This commit replaces react-document-title with react-helmet in both BasicLayout and UserLayout components.
react-document-title has limitations when handling dynamic or nested routes.
The previous implementation caused issues where the page title would not update correctly when navigating between pages.
react-helmet integrates better with React's rendering lifecycle, ensuring more predictable and reliable updates.