Skip to content

Commit 9365105

Browse files
add aria-label
1 parent 8deeb5f commit 9365105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ <h2 id="newsletter" class="font-headline font-medium text-xl md:text-2xl leading
138138
</div>
139139

140140
<div class="flex justify-center gap-4">
141-
<a class="text-gray-600 hover:text-primary plausible-event-name=home-mastodon" href="https://mastodon.online/@cryptomator" target="_blank" rel="noopener"><i class="fab fa-mastodon text-2xl"></i></a>
142-
<a class="text-gray-600 hover:text-primary plausible-event-name=home-linkedin" href="https://www.linkedin.com/company/skymatic/" target="_blank" rel="noopener"><i class="fab fa-linkedin text-2xl"></i></a>
141+
<a class="text-gray-600 hover:text-primary plausible-event-name=home-mastodon" href="https://mastodon.online/@cryptomator" aria-label="Cryptomator on Mastodon" target="_blank" rel="noopener"><i class="fab fa-mastodon text-2xl"></i></a>
142+
<a class="text-gray-600 hover:text-primary plausible-event-name=home-linkedin" href="https://www.linkedin.com/company/skymatic/" aria-label="Skymatic on LinkedIn" target="_blank" rel="noopener"><i class="fab fa-linkedin text-2xl"></i></a>
143143
</div>
144144
</section>
145145

0 commit comments

Comments
 (0)