add single note page
This commit is contained in:
@@ -29,7 +29,7 @@ export default function ChatMessageUser({ pubkey, time }: { pubkey: string; time
|
||||
alt={pubkey}
|
||||
className="h-9 w-9 rounded-md object-cover"
|
||||
loading="lazy"
|
||||
fetchpriority="high"
|
||||
decoding="async"
|
||||
/>
|
||||
</div>
|
||||
<div className="flex w-full flex-1 items-start justify-between">
|
||||
|
||||
Reference in New Issue
Block a user