chore: Update translations
This commit is contained in:
parent
19f5a84ba6
commit
303bca42e9
@ -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" />
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user