Skip to content

Commit

Permalink
fix(nuxt-auth): fix projected path
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Mar 15, 2023
1 parent 6f220ac commit 947d354
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions starter/nuxt-auth/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ definePageMeta({
<h1 class="text-2xl font-semibold">
Welcome to <span class="font-semibol">nuxt-auth</span>!
</h1>
<p class="text-gray-700 mt-2">
Checkout the page protected here:
<VBtn to="/protected" size="sm" suffix-icon="ic:round-arrow-right-alt">
Click me to test the auth setup!
<p class="text-gray-700 mt-3 text-sm">
Check out the profile page here:
<VBtn to="/profile" text flush color="primary" class="hover:underline">
View Profile
</VBtn>
</p>
</div>
Expand Down

0 comments on commit 947d354

Please sign in to comment.