This commit is contained in:
Robert Jagtiani
2024-12-10 02:43:55 +01:00
parent bd4e31044b
commit d3834096d8
3 changed files with 6 additions and 3 deletions

View File

@@ -35,5 +35,8 @@ export default defineConfig({
}),
server: {
port: 3000
},
devToolbar: {
enabled: false
}
});

View File

@@ -1,6 +1,6 @@
<script lang="ts">
export let title: string;
export let bereich: string = "";
export let title: string = "";
export let bereich: string;
</script>
<div class="bereichs-label">

View File

@@ -46,7 +46,7 @@ const { title } = Astro.props;
<SidebarLeft />
<article class="box rounded-tl-none">
<article class="box rounded-tl-none p-6">
<slot />
</article>