Skip to content

Commit

Permalink
fix: Change href to link to the example instead of a non existing page
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibue authored Feb 3, 2025
1 parent 5572de2 commit 8ae6457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/src/examples/authentication/Example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ import UserAuthForm from './components/UserAuthForm.vue'
<p class="px-8 text-center text-sm text-muted-foreground">
By clicking continue, you agree to our
<a
href="/terms"
href="/examples/authentication"
class="underline underline-offset-4 hover:text-primary"
>
Terms of Service
</a>
and
<a
href="/privacy"
href="/examples/authentication"
class="underline underline-offset-4 hover:text-primary"
>
Privacy Policy
Expand Down

0 comments on commit 8ae6457

Please sign in to comment.