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

@@ -12,7 +12,7 @@
</p>
</div>
<div class="my-3 flex justify-center">
<router-link :to="{name:'templates'}">
<NuxtLink :to="{name:'templates'}">
See all templates
<svg class="h-4 w-4 inline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd"
@@ -20,7 +20,7 @@
clip-rule="evenodd"
/>
</svg>
</router-link>
</NuxtLink>
</div>
<div v-if="sliderTemplates.length > 0"