feat: 🌸

This commit is contained in:
codytseng 2025-07-18 23:25:47 +08:00
parent 74e04e1c7d
commit e91b2648cc
41 changed files with 756 additions and 92 deletions

View file

@ -26,7 +26,7 @@ export default function CommunityDefinition({
<div className="flex gap-4">
{metadata.image && (
<Image
image={{ url: metadata.image }}
image={{ url: metadata.image, pubkey: event.pubkey }}
className="rounded-lg aspect-square object-cover bg-foreground h-20"
hideIfError
/>