minor updates
This commit is contained in:
@@ -28,7 +28,7 @@ export function LinkPreview({ urls }: { urls: string[] }) {
|
||||
<Image
|
||||
src={data["og:image"]}
|
||||
alt={urls[0]}
|
||||
className="w-full h-auto object-cover rounded-t-lg"
|
||||
className="w-full h-44 object-cover rounded-t-lg bg-white"
|
||||
/>
|
||||
)}
|
||||
<div className="flex flex-col gap-2 px-3 py-3">
|
||||
|
||||
Reference in New Issue
Block a user