I am making a react app. But in the title bar, it is showing 'React App' with React logo. I want to change it to my website name and logo, and how can I do that ?
If you want to change the title, you can go to: public/index.html
, and then change the <title>React App </title>
To change your logo, go to the public folder and change the favicon.ico
.
If you follow these steps, your logo and title will get changed.
If it helps you, please mark as accepted answer.