diff --git a/web/components/profile/profile-info.tsx b/web/components/profile/profile-info.tsx index e8824bb9..5d44e9cf 100644 --- a/web/components/profile/profile-info.tsx +++ b/web/components/profile/profile-info.tsx @@ -2,6 +2,7 @@ import {JSONContent} from '@tiptap/core' import {debug} from 'common/logger' import {Profile} from 'common/profiles/profile' import {UserActivity} from 'common/user' +import Image from 'next/image' import {ProfileAnswers} from 'web/components/answers/profile-answers' import {ProfileBio} from 'web/components/bio/profile-bio' import {Col} from 'web/components/layout/col' @@ -72,17 +73,32 @@ export function ProfileInfo(props: { return ( <> - + + {profile.pinned_url && ( +
+ +
+ )} + +
{isProfileVisible ? (