edit delete schemas
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<script>
|
||||
let { body, channel, user } = $props();
|
||||
</script>
|
||||
|
||||
<div
|
||||
style="text-align: center;background: var(--p20);padding: 20px;color: var(--p90)"
|
||||
>
|
||||
<h1>
|
||||
<a class="text-decoration-none" href={channel.url}
|
||||
>{channel.name ?? "Lucent Setup"}</a
|
||||
>
|
||||
</h1>
|
||||
</div>
|
||||
<div>
|
||||
{@render body()}
|
||||
</div>
|
||||
Reference in New Issue
Block a user