about is home
All checks were successful
Deployment / Install (push) Successful in 3m17s

This commit is contained in:
Benjamin Palko 2025-04-28 09:55:33 -04:00
parent a9c01344b8
commit aa28150c17
5 changed files with 26 additions and 30 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import { TriangleAlertIcon } from 'lucide-svelte';
const messages = ['Under Construction', 'Caution', 'Work In Progress'];
const messages = ['Under Construction', 'Caution', 'Work In Progress', 'Hard-hats required!'];
</script>
{#snippet Banner(messages: string[], backwards: boolean)}