Skip to content

Commit

Permalink
Add screenreader logo text
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Apr 7, 2024
1 parent 94a30f1 commit b8688f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/global/GlobalHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<div class="flex flex-wrap justify-between mx-auto max-w-screen-2xl">
<div class="content-center py-2 lg:py-3">
<a href="{appRoutes.landing}" class="block">
<span class="sr-only">Thunderdome</span>
<DomeLogo class="max-h-10 lg:max-h-[3.5rem]" />
</a>
</div>
Expand Down

0 comments on commit b8688f1

Please sign in to comment.