Skip to content

Commit

Permalink
🅾️Update version number in header logo component
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo282 committed Dec 22, 2024
1 parent 948d2fe commit ea719ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/headerLogoLink.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="flex items-center space-x-2 opacity-100 transition-opacity hover:opacity-80">
<svelte:component this={Logo} />
<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>
<p class="hidden font-mono tracking-tight text-neutral-400 md:block">4.4.0</p>
</div>
</a>
</ContextMenu.Trigger>
Expand Down

0 comments on commit ea719ad

Please sign in to comment.