fix: use nuxtlink instaed of a tag

This commit is contained in:
Huskydog9988
2025-04-07 16:11:56 -04:00
parent 043ef6dcd2
commit 7400fae11b
5 changed files with 139 additions and 110 deletions

View File

@ -81,10 +81,10 @@
class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-3"
>
<!--
<a href="#" class="text-blue-600 hover:text-blue-500"
<NuxtLink to="#" class="text-blue-600 hover:text-blue-500"
>Edit<span class="sr-only"
>, {{ user.displayName }}</span
></a
></NuxtLink
>
-->
</td>

View File

@ -175,11 +175,11 @@
<p v-if="false" class="mt-10 text-center text-sm text-zinc-400">
What's Drop?
{{ " " }}
<a
href="https://github.com/Drop-OSS/drop"
<NuxtLink
to="https://github.com/Drop-OSS/drop"
target="_blank"
class="font-semibold leading-6 text-blue-600 hover:text-blue-500"
>Check us out here &rarr;</a
>Check us out here &rarr;</NuxtLink
>
</p>
</div>

View File

@ -74,10 +74,10 @@
</div>
<div class="text-sm leading-6">
<a
href="#"
<NuxtLink
to="#"
class="font-semibold text-blue-600 hover:text-blue-500"
>Forgot password?</a
>Forgot password?</NuxtLink
>
</div>
</div>