sahilsaha7773 / SpotLight

SpotLight is a web app which uses spotify developer APIs and lists your most listened songs, albums, artists and genres.
9 stars 12 forks source link

[FEATURE] Add page title #18

Closed valanm22 closed 2 years ago

valanm22 commented 2 years ago

Fixes #5

sahilsaha7773 commented 2 years ago

Hey @valanm22! react-helmet is not really necessary here, try something like this:

useEffect(() => {
  document.title = "This is a title"
}, [])
valanm22 commented 2 years ago

Ok then I'll open a new PR with those changes.

sahilsaha7773 commented 2 years ago

Ok then I'll open a new PR with those changes.

Yes, you can