Skip to content

Commit

Permalink
👌 IMPROVE: Updated footer link with aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdevore committed Oct 7, 2024
1 parent 86d537e commit b541dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2 class="text-3xl font-bold quicksand-700"><a href="/" class="text-links">Stat

<footer class="bg-background border-t border-primary mt-10 py-6">
<div class="container max-w-screen-xl m-auto px-4 text-center">
<p>Get <a href="https://stattic.site/" target="_blank" class="text-links font-bold">Stattic</a></p>
<p>Get <a href="https://stattic.site/" target="_blank" class="text-links font-bold" aria-label="Stattic - opens in a new tab">Stattic</a></p>
</div>
</footer>

Expand Down

0 comments on commit b541dae

Please sign in to comment.