feat: 💨
This commit is contained in:
parent
0be08c2312
commit
29692bc9aa
1 changed files with 4 additions and 6 deletions
|
|
@ -19,12 +19,10 @@ export default function ProfileCard({ pubkey }: { pubkey: string }) {
|
|||
<Nip05 pubkey={pubkey} />
|
||||
</div>
|
||||
{about && (
|
||||
<div
|
||||
className="text-sm text-wrap break-words w-full overflow-hidden text-ellipsis"
|
||||
style={{ display: '-webkit-box', WebkitLineClamp: 6, WebkitBoxOrient: 'vertical' }}
|
||||
>
|
||||
<ProfileAbout about={about} />
|
||||
</div>
|
||||
<ProfileAbout
|
||||
about={about}
|
||||
className="text-sm text-wrap break-words w-full overflow-hidden text-ellipsis line-clamp-6"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue