chore: Update translations

This commit is contained in:
kieran 2024-05-15 14:11:04 +00:00
parent 19f5a84ba6
commit 303bca42e9

View File

@ -43,9 +43,14 @@ export function VideoTile({
state={ev}>
<div className="relative mb-2 aspect-video">
{hasImg ? (
<img loading="lazy" className="aspect-video object-cover rounded-xl" src={image} onError={() => {
setHasImage(false);
}} />
<img
loading="lazy"
className="aspect-video object-cover rounded-xl"
src={image}
onError={() => {
setHasImage(false);
}}
/>
) : (
<Logo className="text-white aspect-video" />
)}