add aria-label to wildebeest logo links

pull/69/head
Dario Piotrowicz 2023-01-11 10:05:08 +00:00
rodzic 4aa6263c2d
commit 261daa4e29
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ export default component$(() => {
<div class="bg-wildebeest-600 xl:bg-transparent flex flex-col justify-between right-column-wrapper text-wildebeest-200 flex-1">
<div class="sticky top-[3.9rem] xl:top-0">
<div class="xl:p-4">
<a class="no-underline hidden xl:flex items-center" href="https://mastodon.social">
<a class="no-underline hidden xl:flex items-center" aria-label="Wildebeest Home" href="/">
<WildebeestLogo size="medium" />
</a>
</div>

Wyświetl plik

@ -27,7 +27,7 @@ export default component$(() => {
return (
<>
<header class="h-[3.9rem] z-50 sticky top-0 bg-wildebeest-600 p-3 w-full border-b border-wildebeest-700 xl:hidden">
<a class="no-underline flex items-center w-max" href="https://mastodon.social">
<a class="no-underline flex items-center w-max" aria-label="Wildebeest Home" href="/">
<WildebeestLogo size="small" />
</a>
</header>