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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user