fix: make header logo navigation by router

This commit is contained in:
kusowl 2026-03-12 10:43:38 +05:30
parent ad957efcf0
commit 50c956c051

View File

@ -3,7 +3,7 @@
class="bg-gray-50 wrapper py-4 flex gap-x-5 sm:gap-x-10 items-center shadow-lg shadow-gray-400/20" class="bg-gray-50 wrapper py-4 flex gap-x-5 sm:gap-x-10 items-center shadow-lg shadow-gray-400/20"
> >
<div class=""> <div class="">
<a class="px-3 py-1 bg-blue-600 text-white" href="/">eKart</a> <a class="px-3 py-1 bg-blue-600 text-white" routerLink="/">eKart</a>
</div> </div>
<div class="flex-1 grid grid-cols-[1fr_auto]"> <div class="flex-1 grid grid-cols-[1fr_auto]">