fix: use wire:navigate on projects page

This commit is contained in:
peaklabs-dev
2025-01-10 14:46:12 +01:00
parent 829fc00af6
commit 26b394195a

View File

@@ -25,8 +25,10 @@
</div> </div>
</div> </div>
<div class="flex items-center justify-center gap-2 pt-4 pb-2 mr-4 text-xs lg:py-0 lg:justify-normal"> <div class="flex items-center justify-center gap-2 pt-4 pb-2 mr-4 text-xs lg:py-0 lg:justify-normal">
<a class="mx-4 font-bold hover:underline" <a class="mx-4 font-bold hover:underline"
:href="project.settingsRoute"> wire:navigate
wire:click.stop
:href="`/project/${project.uuid}/edit`">
Settings Settings
</a> </a>
</div> </div>