Skip to content

Commit 49d7e4f

Browse files
committed
fix: image path
1 parent 5535dab commit 49d7e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import NewsSlider from "@components/NewsSliderDataWrapper.astro"
3535
<div className="bg-white absolute w-full h-40 top-0"/>
3636
<div class="container-width flex lg:justify-end bg-illustration-2-dark bg-no-repeat lg:bg-[position:left_0_top_135px]">
3737
<div class="lg:w-10/12">
38-
<ImageGrid images={["images/outdoor.jpg", "images/cars/bootcamp.jpg"]} caption="Photos: Kateryna Pereverzeva (l), Roman Sakh (r)."/>
38+
<ImageGrid images={["images/outdoor.jpg", "images/bootcamp.jpg"]} caption="Photos: Kateryna Pereverzeva (l), Roman Sakh (r)."/>
3939
<HeadlineUnderlined light variant={3} className="mt-8">What We Do</HeadlineUnderlined>
4040
</div>
4141
</div>

0 commit comments

Comments
 (0)