1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-30 10:19:37 +02:00
This commit is contained in:
Sean Morley 2024-07-10 12:26:12 -04:00
parent dc49416bf6
commit 22a1acba3b
4 changed files with 46 additions and 72 deletions

View file

@ -23,7 +23,8 @@
{#if data.user && data.user.first_name && data.user.last_name}
<h1 class="text-center text-4xl font-bold">
{data.user.first_name}, {data.user.last_name}
{data.user.first_name}
{data.user.last_name}
</h1>
{/if}
<p class="text-center text-lg mt-2">{data.user.username}</p>