feat: long form articles
This commit is contained in:
parent
0f16ed8d46
commit
3950cbd9e6
13 changed files with 1706 additions and 22 deletions
|
|
@ -9,7 +9,7 @@ export default function ProfileCard({ pubkey }: { pubkey: string }) {
|
|||
const { username, about } = profile || {}
|
||||
|
||||
return (
|
||||
<div className="w-full flex flex-col gap-2">
|
||||
<div className="w-full flex flex-col gap-2 not-prose">
|
||||
<div className="flex space-x-2 w-full items-start justify-between">
|
||||
<SimpleUserAvatar userId={pubkey} className="w-12 h-12" />
|
||||
<FollowButton pubkey={pubkey} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue