1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-20 13:02:47 -05:00

Update Svelte and other dependencies

This commit is contained in:
2025-03-11 00:26:45 -05:00
parent 1e652d9818
commit fc0d884cce
11 changed files with 525 additions and 1033 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
<script lang="ts">
let { children } = $props();
</script>
<h1 class="text-center text-white text-3xl font-bold mt-20 mb-10">
<slot />
{@render children?.()}
</h1>