SunriseSprinters / sunRun

3 stars 1 forks source link

Favicon #58

Closed davetyson closed 1 year ago

davetyson commented 1 year ago

Adding a favicon to your website would add some personality!

My trick is usually to change the name of my file to favicon.ico and replace the one that comes default in the React app in the public folder. Then there are two lines you have to change in the index.html file that link to default React images, change those to link to your favicon.ico. You can usually even delete the default React images later to clean house.

paigethai commented 1 year ago

Thanks for the tip @davetyson. Will add in all your notes from the previous comments as well! Appreciate you and your feedback!

chelseycornejo commented 1 year ago

Thank you for the feedback @davetyson! Updated our favicon :)