fix: add missing id attribute to YUKA image in Events component
This commit is contained in:
@@ -76,6 +76,7 @@ function Events() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
id="yuka"
|
||||||
className="absolute top-0 w-full object-cover"
|
className="absolute top-0 w-full object-cover"
|
||||||
src="/images/events/paper_tear.png"
|
src="/images/events/paper_tear.png"
|
||||||
alt="Paper tear"
|
alt="Paper tear"
|
||||||
@@ -99,7 +100,6 @@ function Events() {
|
|||||||
<div className="flex flex-col space-y-4 md:space-y-7 mt-16 md:mt-36">
|
<div className="flex flex-col space-y-4 md:space-y-7 mt-16 md:mt-36">
|
||||||
<EventCard
|
<EventCard
|
||||||
disabled={false}
|
disabled={false}
|
||||||
id="yuka"
|
|
||||||
image="/events/yuka.png"
|
image="/events/yuka.png"
|
||||||
title="YUKA DRIVE FEST Джимхана"
|
title="YUKA DRIVE FEST Джимхана"
|
||||||
description={
|
description={
|
||||||
|
|||||||
Reference in New Issue
Block a user