Upgrade SVGL version
Some checks failed
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / API - Cloudflare Workers (push) Has been cancelled

This commit is contained in:
pheralb 2025-03-13 17:14:48 +00:00
parent 8b5b68f232
commit 41fd336bc1
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@
</ContextMenu.Item>
<ContextMenu.Item disabled class="font-mono">
<StarsIcon size={16} strokeWidth={1.5} />
<span>v4.5</span>
<span>v4.6</span>
</ContextMenu.Item>
</ContextMenu.Content>
</ContextMenu.Root>

View File

@ -2,7 +2,6 @@
export let currentPath: string;
import { cn } from '@/utils/cn';
import Logo from './icons/logo.svelte';
import Theme from './theme.svelte';
import { ArrowUpRight, CloudyIcon } from 'lucide-svelte';