🎨 Format files, Added codeberg to links,lighter colour for linkcards
All checks were successful
Build and deploy website / build (push) Successful in 33s
All checks were successful
Build and deploy website / build (push) Successful in 33s
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
<script lang="ts">
|
||||
import type { Snippet } from "svelte"
|
||||
|
||||
interface Props {
|
||||
title?: string
|
||||
children: any
|
||||
children: Snippet
|
||||
}
|
||||
|
||||
const { title = "", children }: Props = $props()
|
||||
@ -13,4 +14,4 @@
|
||||
<div class="collapse-content">
|
||||
{@render children()}
|
||||
</div>
|
||||
</details>
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user