Add more to user page

This commit is contained in:
Sean Morley
2024-09-09 23:59:45 -04:00
parent eab2369352
commit f7c440c364
3 changed files with 24 additions and 8 deletions

View File

@@ -18,3 +18,8 @@
{#if users.length === 0}
<p class="text-center">No users found with public profiles.</p>
{/if}
<svelte:head>
<title>Users</title>
<meta name="description" content="View your adventure collections." />
</svelte:head>