init
This commit is contained in:
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>
|
Reference in New Issue
Block a user