Skip to content

Commit a81d362

Browse files
committed
fix: profile data
1 parent daa487e commit a81d362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/pictique/src/lib/fragments/Profile/Profile.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
class="h-20 w-20 rounded-full object-cover"
2727
/>
2828
<div class="flex-1">
29-
<h2 class="text-xl font-semibold">{profileData.username}</h2>
30-
<p class="text-gray-600">{profileData.userBio}</p>
29+
<h2 class="text-xl font-semibold">{profileData?.handle}</h2>
30+
<p class="text-gray-600">{profileData?.description}</p>
3131
</div>
3232
{#if variant === 'other'}
3333
<div class="flex gap-2">

0 commit comments

Comments
 (0)