rename some files and add nip 94 widget

This commit is contained in:
Ren Amamiya
2023-08-23 15:18:59 +07:00
parent c97c685149
commit 3455eb701f
34 changed files with 145 additions and 35 deletions

View File

@@ -38,7 +38,6 @@ export function LinkPreview({ urls }: { urls: string[] }) {
{data.image && (
<Image
src={data.image}
fallback="https://void.cat/d/XTmrMkpid8DGLjv1AzdvcW.jpg"
alt={urls[0]}
className="h-44 w-full rounded-t-lg object-cover"
/>