mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
refactor: ⚡ Update logo to new SVG version
This commit is contained in:
parent
ccd2307584
commit
bf803928e8
|
|
@ -15,7 +15,7 @@
|
||||||
<div class="flex lg:flex-1">
|
<div class="flex lg:flex-1">
|
||||||
<NuxtLink href="/" class="-m-1.5 p-1.5">
|
<NuxtLink href="/" class="-m-1.5 p-1.5">
|
||||||
<span class="sr-only">Lysand</span>
|
<span class="sr-only">Lysand</span>
|
||||||
<img class="h-8 w-auto" src="https://lysand.org/logo.png" alt="" />
|
<img class="h-8 w-auto" src="https://cdn.lysand.org/logo.svg" alt="" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex lg:hidden">
|
<div class="flex lg:hidden">
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<NuxtLink href="/" class="-m-1.5 p-1.5">
|
<NuxtLink href="/" class="-m-1.5 p-1.5">
|
||||||
<span class="sr-only">Lysand</span>
|
<span class="sr-only">Lysand</span>
|
||||||
<img class="h-8 w-auto" src="https://lysand.org/logo.png" alt="" />
|
<img class="h-8 w-auto" src="https://cdn.lysand.org/logo.svg" alt="" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<button type="button" class="-m-2.5 rounded-md p-2.5 text-gray-200" @click="mobileMenuOpen = false">
|
<button type="button" class="-m-2.5 rounded-md p-2.5 text-gray-200" @click="mobileMenuOpen = false">
|
||||||
<span class="sr-only">Close menu</span>
|
<span class="sr-only">Close menu</span>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<aside
|
<aside
|
||||||
class="fixed h-dvh z-20 md:flex hidden flex-col p-4 bg-dark-800 gap-10 max-w-20 hover:max-w-72 duration-200 group">
|
class="fixed h-dvh z-20 md:flex hidden flex-col p-4 bg-dark-800 gap-10 max-w-20 hover:max-w-72 duration-200 group">
|
||||||
<NuxtLink class="rounded w-11 h-11 ring-1 ring-white/10 hover:scale-105 duration-200" href="/">
|
<NuxtLink class="rounded w-11 h-11 ring-1 ring-white/10 hover:scale-105 duration-200" href="/">
|
||||||
<img src="https://lysand.org/logo.png" alt="Lysand logo" />
|
<img src="https://cdn.lysand.org/logo.svg" alt="Lysand logo" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue