Skip to content

Commit

Permalink
Update Banner.svelte (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 authored Oct 21, 2024
1 parent 4c26181 commit 526f127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site/src/routes/Banner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<ShowHide let:show={hide} let:toggle>
{#if !hide}
<div class='bg-amber-400 fixed top-3 left-3 right-3 rounded z-20 p-2 flex'>
<div class='bg-amber-400 fixed top-3 left-3 right-3 rounded z-99999 p-2 flex'>
<div>
<b>{$page.data.t('banner.attention')}</b>: {$page.data.t('banner.message')}
</div>
<div class="w-2"></div>
<div class="w-2 mx-auto"></div>
<Button form="simple" color="black" onclick={toggle}><span class="i-fa-solid-times" /></Button>
</div>
{/if}
Expand Down

0 comments on commit 526f127

Please sign in to comment.