We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa487e commit a81d362Copy full SHA for a81d362
platforms/pictique/src/lib/fragments/Profile/Profile.svelte
@@ -26,8 +26,8 @@
26
class="h-20 w-20 rounded-full object-cover"
27
/>
28
<div class="flex-1">
29
- <h2 class="text-xl font-semibold">{profileData.username}</h2>
30
- <p class="text-gray-600">{profileData.userBio}</p>
+ <h2 class="text-xl font-semibold">{profileData?.handle}</h2>
+ <p class="text-gray-600">{profileData?.description}</p>
31
</div>
32
{#if variant === 'other'}
33
<div class="flex gap-2">
0 commit comments