Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Jan 28, 2024
1 parent 52cd9ad commit af33554
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/psaggregator/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,12 @@
</svelte:fragment>
{#each data.announcements as announcement}
<aside class="alert variant-filled-warning flex-row items-center">
<!-- Icon -->
<div>
<WarningAltFilled size={32} />
</div>
<!-- Message -->
<div class="alert-message !mt-0 px-2">
<p>{announcement.text}</p>
</div>
<!-- Actions -->
<button
class="alert-actions !mt-0"
on:click={() => {
Expand Down

0 comments on commit af33554

Please sign in to comment.