Feature: NIP-09 Event Deletion Request (#120)

* feat: Implement deletion request functionality in CardOptionsDropdown component

* Update components/CardOptionsDropdown.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
mroxso
2025-05-24 21:44:10 +02:00
committed by GitHub
parent 7ba7cd7604
commit fe0bc7f091
4 changed files with 185 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ const QuickViewKind20NoteCard: React.FC<QuickViewKind20NoteCardProps> = ({ pubke
alt={text}
className='w-full h-full rounded lg:rounded-lg object-cover'
loading="lazy"
onError={() => setImageError(true)}
// onError={() => setImageError(true)}
style={{ objectPosition: 'center' }}
/>
</div>