Skip to content

Commit

Permalink
fix: skip links
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Feb 1, 2025
1 parent f5ae7ab commit 7b8789d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div id="app">
<div>
<div class="skiplinks">
<a
class="sr-only sr-only-focusable"
class="visually-hidden-focusable"
href="#content"
>Vai al contenuto principale</a>
<a
class="sr-only sr-only-focusable"
class="visually-hidden-focusable"
href="#footer"
>Vai a piè di pagina</a>
</div>
Expand Down

0 comments on commit 7b8789d

Please sign in to comment.