chore: Update translations
This commit is contained in:
@ -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" />
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user