feat: bold the title of picture notes
This commit is contained in:
@@ -37,7 +37,7 @@ export default function PictureNoteCard({
|
|||||||
return (
|
return (
|
||||||
<div className={cn('space-y-1 cursor-pointer', className)} onClick={() => push(toNote(event))}>
|
<div className={cn('space-y-1 cursor-pointer', className)} onClick={() => push(toNote(event))}>
|
||||||
<Image className="rounded-lg w-full aspect-[6/8]" image={firstImage} />
|
<Image className="rounded-lg w-full aspect-[6/8]" image={firstImage} />
|
||||||
<div className="line-clamp-2 px-2">{title}</div>
|
<div className="line-clamp-2 px-2 font-semibold">{title}</div>
|
||||||
<div className="flex items-center gap-2 px-2">
|
<div className="flex items-center gap-2 px-2">
|
||||||
<UserAvatar userId={event.pubkey} size="xSmall" />
|
<UserAvatar userId={event.pubkey} size="xSmall" />
|
||||||
<Username userId={event.pubkey} className="text-sm text-muted-foreground truncate" />
|
<Username userId={event.pubkey} className="text-sm text-muted-foreground truncate" />
|
||||||
|
|||||||
Reference in New Issue
Block a user