Skip to content

Commit

Permalink
Update GlobalHeader.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Apr 8, 2024
1 parent 36b8e18 commit 04f3dfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/global/GlobalHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<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="hidden dark:block max-h-10 lg:max-h-[3.5rem]" />
<DomeLogoLight class="dark:hidden max-h-10 lg:max-h-[3.5rem]" />
</a>
Expand Down

0 comments on commit 04f3dfd

Please sign in to comment.