Add UserAvatar component and update Navbar.svelte

This commit is contained in:
Sean Morley
2024-04-06 01:59:10 +00:00
parent cd11ce2d97
commit de2dd6cd7e
3 changed files with 16 additions and 6 deletions

View File

@@ -31,9 +31,3 @@
</div>
</div>
</div>
{#if data.user}
<form method="post" use:enhance>
<button class="btn btn-primary">Sign out</button>
</form>
{/if}