fix url in header
All checks were successful
Deploy Application / deploy (push) Successful in 5s

This commit is contained in:
2025-06-12 21:41:33 +04:00
parent fbce353c1f
commit ab316f2355

View File

@ -4,7 +4,9 @@
<slot name="content" /> <slot name="content" />
<div class="flex items-center gap-32"> <div class="flex items-center gap-32">
<div class="russo-one-regular"> <div class="russo-one-regular">
<UiParagraph tag="span" class="[&]:text-5xl">Vino Galante</UiParagraph> <UiParagraph tag="span" class="[&]:text-5xl">
<RouterLink to="/"> Vino Galante </RouterLink>
</UiParagraph>
</div> </div>
<div class="flex space-x-10"> <div class="flex space-x-10">
<UiNav :nav-content="headerNavigation" /> <UiNav :nav-content="headerNavigation" />