📦 Update svgl v4.4.0

This commit is contained in:
pheralb
2024-10-29 18:33:33 +00:00
parent 9324c532b4
commit 806452bffa
3 changed files with 9 additions and 8 deletions
+3 -3
View File
@@ -51,10 +51,10 @@
<ContextMenu.Root>
<ContextMenu.Trigger class="flex items-center space-x-2">
<a href="/" aria-label="Go to the SVGL v4.1 home page">
<div class="flex items-center space-x-2 opacity-100 hover:opacity-80 transition-opacity">
<div class="flex items-center space-x-2 opacity-100 transition-opacity hover:opacity-80">
<svelte:component this={Logo} />
<span class="text-[19px] font-medium tracking-wide hidden md:block">svgl</span>
<p class="text-neutral-400 hidden md:block font-mono tracking-tight">4.3</p>
<span class="hidden text-[19px] font-medium tracking-wide md:block">svgl</span>
<p class="hidden font-mono tracking-tight text-neutral-400 md:block">4.4</p>
</div>
</a>
</ContextMenu.Trigger>