fix: remove missing logo.svg reference
Some checks failed
Build Docker Image / build (push) Failing after 1m3s

This commit is contained in:
Ruslan Bakiev
2026-01-08 07:45:25 +07:00
parent a0c6b3b667
commit c4d0ddb14b

View File

@@ -4,8 +4,7 @@
<!-- Left: Logo -->
<div class="flex items-center">
<NuxtLink :to="localePath('/')" class="flex items-center gap-2">
<img src="/logo.svg" alt="Optovia" class="h-8" />
<span class="font-bold text-xl hidden sm:inline">Optovia</span>
<span class="font-bold text-xl">Optovia</span>
</NuxtLink>
</div>