mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-30 10:19:37 +02:00
docs
This commit is contained in:
parent
dc49416bf6
commit
22a1acba3b
4 changed files with 46 additions and 72 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue