chore: Update translations

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

View File

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