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 005743d commit 386d3e5Copy full SHA for 386d3e5
platforms/pictique/src/lib/fragments/Profile/Profile.svelte
@@ -30,7 +30,7 @@
30
class="h-20 w-20 rounded-full object-cover"
31
/>
32
<div class="flex-1">
33
- <h2 class="text-xl font-semibold">{profileData?.handle}</h2>
+ <h2 class="text-xl font-semibold">{profileData?.name ?? profileData?.handle}</h2>
34
<p class="text-gray-600">{profileData?.description}</p>
35
</div>
36
{#if variant === 'other'}
0 commit comments