Skip to content

Commit

Permalink
a11y: accessible footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed May 8, 2024
1 parent fbfa7a0 commit 4807f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
>
<a
:href="tosUri"
tabindex="0"
target="_blank"
referrerpolicy="no-referrer"
>Terms of Service</a>
Expand All @@ -28,6 +29,7 @@
<a
:href="policyUri"
target="_blank"
tabindex="0"
referrerpolicy="no-referrer"
>Privacy Policy</a>
</li>
Expand Down

0 comments on commit 4807f5d

Please sign in to comment.