mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-09 19:27:01 +00:00
feat: add listen section
This commit is contained in:
parent
e8f4fd6fc7
commit
cc300c6868
5 changed files with 24 additions and 5 deletions
1
src/lib/divider.svelte
Normal file
1
src/lib/divider.svelte
Normal file
|
|
@ -0,0 +1 @@
|
|||
<div class="border-t-[1px] my-8"></div>
|
||||
|
|
@ -1 +1,5 @@
|
|||
<h2 class="text-4xl font-vinque my-8"><slot /></h2>
|
||||
<script lang="ts">
|
||||
export let id: string = "";
|
||||
</script>
|
||||
|
||||
<h2 class="text-4xl font-vinque my-8" {id}><slot /></h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue