chore: Update translations

This commit is contained in:
kieran 2024-04-12 12:07:26 +00:00
parent b4bcc4d371
commit 77178bc728

View File

@ -73,7 +73,7 @@ const LinkPreview = ({ url }: { url: string }) => {
}
}
if (preview?.image) {
return <ProxyImg src={preview?.image} className="w-full object-cover aspect-video"/>;
return <ProxyImg src={preview?.image} className="w-full object-cover aspect-video" />;
}
return null;
}