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] SIMPLE AI Favicon Disappears on "teaching" and "playground guideline" #137

Closed 1chooo closed 1 year ago

1chooo commented 1 year ago

Change favicon.png into favicon.ico

From

<div class="app-branding">
    <a class="app-logo" href="/"><img class="logo-icon me-2" src="/static/favicon.png" alt="logo"><span class="logo-text">SIMPLE AI</span></a>
</div><!--//app-branding-->

to

<div class="app-branding">
    <a class="app-logo" href="/"><img class="logo-icon me-2" src="/static/favicon.ico" alt="logo"><span class="logo-text">SIMPLE AI</span></a>
</div><!--//app-branding-->