feat: add border to image hash placeholder

This commit is contained in:
codytseng 2025-12-24 22:48:38 +08:00
parent 41a65338b5
commit 526b64aec0
9 changed files with 28 additions and 26 deletions

View file

@ -26,7 +26,7 @@ export default function FollowPack({ event, className }: { event: Event; classNa
{image && (
<Image
image={{ url: image, pubkey: event.pubkey }}
className="w-24 h-20 object-cover rounded-lg"
className="w-24 h-20 object-cover"
classNames={{
wrapper: 'w-24 h-20 flex-shrink-0',
errorPlaceholder: 'w-24 h-20'