mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 15:08:07 +08:00
✨ Update version for headerLogo component
This commit is contained in:
parent
c1d338b98d
commit
52d2c20fc7
@ -9,6 +9,7 @@
|
|||||||
import { clipboard } from '@/utils/clipboard';
|
import { clipboard } from '@/utils/clipboard';
|
||||||
import { getSvgContent } from '@/utils/getSvgContent';
|
import { getSvgContent } from '@/utils/getSvgContent';
|
||||||
import { getReactComponentCode } from '@/utils/getReactComponentCode';
|
import { getReactComponentCode } from '@/utils/getReactComponentCode';
|
||||||
|
import { cn } from '@/utils/cn';
|
||||||
|
|
||||||
const logoUrl = '/library/svgl.svg';
|
const logoUrl = '/library/svgl.svg';
|
||||||
|
|
||||||
@ -54,7 +55,7 @@
|
|||||||
<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 hover:opacity-80 transition-opacity">
|
||||||
<svelte:component this={Logo} />
|
<svelte:component this={Logo} />
|
||||||
<span class="text-[19px] font-medium tracking-wide hidden md:block">svgl</span>
|
<span class="text-[19px] font-medium tracking-wide hidden md:block">svgl</span>
|
||||||
<p class="text-neutral-400 hidden md:block font-mono">v4.3</p>
|
<p class="text-neutral-400 hidden md:block font-mono tracking-tight">4.3</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</ContextMenu.Trigger>
|
</ContextMenu.Trigger>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user