feat: make preview non-clickable

This commit is contained in:
codytseng
2025-03-09 11:22:41 +08:00
parent bda09badcf
commit 188c366e23
3 changed files with 7 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ export default function Preview({ content }: { content: string }) {
pubkey: '',
sig: ''
}}
disableLightbox
className="pointer-events-none"
/>
</Card>
)