extremely simple register page
This commit is contained in:
parent
a595c4e663
commit
7d0b833cb1
3 changed files with 29 additions and 5 deletions
6
src/lib/components/extra/Title.svelte
Normal file
6
src/lib/components/extra/Title.svelte
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<script lang="ts">
|
||||
const {size}: {size: string} = $props();
|
||||
</script>
|
||||
<div class="text-{size || "2xl"} bg-clip-text text-transparent bg-linear-to-r from-amber-500 to-orange-500">
|
||||
chat.sad.ovh
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue