sergi0g / cup

The easiest way to check for your container updates
https://sergi0g.github.io/cup/docs
GNU Affero General Public License v3.0
116 stars 2 forks source link

fix: use ico image instead of svg for favicon #7

Closed steveiliop56 closed 2 months ago

steveiliop56 commented 2 months ago

Hello!

I noticed that you accidentally used favicon.svg instead of favicon.ico resulting in the page icon not loading, just fixed the typo : )

sergi0g commented 2 months ago

Hi @steveiliop56! Thanks for your PR! I hadn't noticed that the favicon wasn't displayed correctly. I'm using Firefox which looks for a favicon automatically. I changed the code to include both the ICO and the SVG and you'll be able to test it in the next release. I'm closing this now, as it has been fixed.