1chooo / refinaid

🐻 Enabling everyone unfamiliar with programming languages to easily engage with AI and open the doors to the world of the future. (AI4ALL)
https://refinaid.vercel.app/
Apache License 2.0
21 stars 5 forks source link

[Bug] Favicon Disappears on All Pages Except Overview #130

Closed 1chooo closed 1 year ago

1chooo commented 1 year ago

Change the following content in the <head> section of every page:

From

<link rel="shortcut icon" href="/static/favicon.png">

to

<link rel="shortcut icon" href="/static/favicon.ico">