react-play
react-play copied to clipboard
🐛 [Bug report]: Website title is the same on every page
Describe the bug
The title for the website on every page is the same (ReactPlay - One app to learn, create, and share ReactJS projects).
To Reproduce Steps to reproduce the behavior:
- Go to any page on the website, apart from the homepage.
- The title is same for every page
Expected behavior The title should change according the page that the user is currently in. For example: If a user visits the play lists page, the title should display something like "Explore Plays - ReactPlay". Or if a user visits a play page, it should display the name of the page as the title.