ui: add new logo to header
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
<button onclick="toggleSidebar()" class="hidden text-neutral-400 transition-colors hover:text-white focus:outline-none lg:block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" x2="21" y1="12" y2="12"/><line x1="3" x2="21" y1="6" y2="6"/><line x1="3" x2="21" y1="18" y2="18"/></svg>
|
||||
</button>
|
||||
<a href="/" class="group flex items-center gap-2 focus:outline-none">
|
||||
<svg class="h-7 w-7 transition-transform group-hover:scale-110" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15 80 L25 30 L50 60 L75 30 L85 80" stroke="currentColor" class="text-accent" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="50" cy="25" r="8" fill="white" />
|
||||
</svg>
|
||||
<a href="/" class="group flex items-center gap-2.5 focus:outline-none">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="/static/readme-logo-dark.svg" />
|
||||
<img src="/static/readme-logo-light.svg" alt="MAL" class="h-8 w-8" />
|
||||
</picture>
|
||||
<span class="text-xl font-bold tracking-tight text-white hidden sm:block">MyAnime<span class="text-accent">List</span></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user