NuxtLink migration (#262)

Co-authored-by: Forms Dev <chirag+new@notionforms.io>
This commit is contained in:
Chirag Chhatrala
2023-12-22 14:54:51 +05:30
committed by GitHub
parent aa38aac626
commit 3d92637ef5
13 changed files with 38 additions and 38 deletions

View File

@@ -9,9 +9,9 @@
</h1>
<div class="links">
<router-link :to="{ name: 'index' }" class="hover:underline text-gray-700">
<NuxtLink :to="{ name: 'index' }" class="hover:underline text-gray-700">
Go Home
</router-link>
</NuxtLink>
</div>
</div>
</div>