mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-05 18:21:34 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user