diff --git a/platforms/pictique/client/src/lib/fragments/Profile/Profile.svelte b/platforms/pictique/client/src/lib/fragments/Profile/Profile.svelte index dc571a660..02a1fc252 100644 --- a/platforms/pictique/client/src/lib/fragments/Profile/Profile.svelte +++ b/platforms/pictique/client/src/lib/fragments/Profile/Profile.svelte @@ -36,7 +36,7 @@
-
+
{ @@ -45,13 +45,16 @@ alt={profileData.username} class="h-20 w-20 rounded-full object-cover" /> -
+

{profileData?.name ?? profileData?.handle}

{profileData?.description}

{#if variant === 'other'} -
-
+
+
- +
{/if}