Skip to content

Commit

Permalink
chore(a11y): add some aria-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Oct 26, 2024
1 parent f3fdad9 commit 00f6cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/dash/[course]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</h1>
</div>
<div class="navbar-end flex items-center">
<a class="btn btn-square btn-ghost" title="Indietro" href="/">
<a class="btn btn-square btn-ghost" title="Indietro" href="/" aria-label="Indietro">
<span class="text-primary icon-[akar-icons--arrow-back-thick-fill]"></span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1 class="text-xl font-semibold text-base-content">Impostazioni</h1>
</div>
<div class="navbar-end flex items-center">
<a class="btn btn-square btn-ghost" title="Indietro" href="/">
<a href="/" class="btn btn-square btn-ghost" title="Indietro" aria-label="Indietro">
<span class="text-primary icon-[akar-icons--arrow-back-thick-fill]"></span>
</a>
</div>
Expand Down

0 comments on commit 00f6cc3

Please sign in to comment.