Skip to content

Commit

Permalink
mobile fixes top warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
thibistaken committed Nov 11, 2024
1 parent 00c0971 commit 425a948
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
</script>

<div
class="w-full flex justify-center items-center gap-4 bg-red px4 py-2 border border-red"
class="w-full flex justify-center items-center gap-4 bg-red px-4 py-2 border border-red"
>
<Warning height={20} width={20} color="white" />
<div class="text-sm text-white">
<div class="shrink-0">
<Warning height={20} width={20} color="white" />
</div>
<div class="text-xs md:text-sm text-white">
The zkSNACKs default coordinator was shut down for all clients on June 1st,
2024 and is no longer operational.
</div>
Expand Down

0 comments on commit 425a948

Please sign in to comment.