upd
This commit is contained in:
@@ -49,8 +49,8 @@ function SkyGardenSlider() {
|
||||
}px + ${currentSlideIndex * 32}px))`,
|
||||
}}
|
||||
>
|
||||
{images.map((image) => (
|
||||
<img src={image} alt="" className="rounded-2xl" />
|
||||
{images.map((image, index) => (
|
||||
<img key={index} src={image} alt="" className="rounded-2xl" />
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user