init
This commit is contained in:
commit
d761a10bf7
102 changed files with 4761 additions and 0 deletions
9
lib/components/dashboard/statistics/Greeter.svelte
Normal file
9
lib/components/dashboard/statistics/Greeter.svelte
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script lang="ts">
|
||||
export let displayName: string | undefined = undefined;
|
||||
</script>
|
||||
|
||||
<p class="font-semibold text-xl text-text-header">
|
||||
Hey there{#if displayName},
|
||||
<span class="text-text-typeable">{displayName}</span>
|
||||
{/if}!
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue