FormidableLabs / spectacle-boilerplate

[DEPRECATED] Boilerplate project for getting started with Spectacle Core
580 stars 192 forks source link

How to add favicon to the web page ? #48

Open MoRadwan74 opened 7 years ago

MoRadwan74 commented 7 years ago

Hey there, i'm new with react js and starting with this example. So what i want i s to add a simple icon beside the web page title and i couldn't change it !. does anyone know how to change it ?? image

albinekb commented 6 years ago

Yes, one way is to find the index.html in your project root, look for the <head /> tags https://github.com/FormidableLabs/spectacle-boilerplate/blob/master/index.html#L3-L8

Then follow a guide like http://www.dwuser.com/education/content/quick-tip-adding-a-favicon-to-your-website/

To add your favicon :)