glugmvit / gwoc

The Official website for GLUG Winter of Code 2020
https://gwoc.glugmvit.com/
6 stars 8 forks source link

fixed colour issue(logo) #34

Open steveoo-tech opened 3 years ago

steveoo-tech commented 3 years ago

Hopefullt this helps

cseas commented 3 years ago

Looks great! Please change logo192 and logo512 as well and modify the manifest file if needed. All files to be changed are here.

I think the favicon needs to be changed too.

@aa-deet-eeya @shreyaraj13 Please take a look on what needs to be changed exactly. The "logo" file being used in the website is not present in the manifest anywhere, and the icons present in the manifest are all CRA defaults. There's a disconnection here. The manifest file should point to the logos that we use.

Reference

shreyaraj13 commented 3 years ago

Looks good to me!

Icons that need to be changed are • Colour of GWOC.png • logo192.png which will be same as logo.png but of size 192x192 • logo512.png which will also be same as logo.png but of size 512x512 • favicon icon

Manifest.json requires the icons mentioned above to be modified.