Files
Flamy-Trade_svelte/src/lib/components/ui/Logo.svelte
T
2026-07-20 04:14:24 +05:00

10 lines
300 B
Svelte

<script lang="ts">
</script>
<a href="/" class="flex max-w-fit items-center gap-2.5 no-underline">
<img src="images/icons/logo.svg" alt="Логотип" class="h-8 w-8" />
<span class="font-display text-xl font-black tracking-tighter">
FLAMY<span class="text-primary">TRADE</span>
</span>
</a>