This commit is contained in:
2025-06-04 14:04:38 +01:00
parent e24316d07e
commit b02f2b2303
4 changed files with 12 additions and 1 deletions

View File

@@ -1,11 +1,19 @@
<script lang="ts">
import logoUrl from "$lib/assets/logo.svg";
const { children } = $props();
</script>
<svelte:head>
<title>Study Spaces</title>
<link rel="icon" href={logoUrl} />
</svelte:head>
{@render children?.()}
<style>
:global(body) {
box-sizing: border-box;
margin: 0;
padding: 0;
}