Skip to content
Snippets Groups Projects
Commit 5e1dc0f1 authored by Moritz Stückler's avatar Moritz Stückler :cowboy:
Browse files

fix: carousel languages

parent 3ff46266
No related branches found
No related tags found
1 merge request!95fix: carousel languages
Pipeline #7715 passed
......@@ -243,12 +243,14 @@ description: "Lokal produzieren, alles recyceln, global vernetzt sein: Das ist d
title="News"
fullBleed={true}
type="article"
language="de"
/>
<Carousel
title="Events"
fullBleed={true}
type="event"
language="de"
/>
<div class="fc-container fc-my-24 fc-max-w-7xl">
......
......@@ -213,26 +213,16 @@ description: "Produce locally, recycle everything, network globally: That's the
<Carousel
title="News"
fluidToTheRight={true}
paths={[
"en/fabcity/news/podcast-jaromil",
"en/fabcity/news/webrelaunch",
"en/fabcity/news/podcast-tomas",
"en/fabcity/news/balifabfest",
"en/fabcity/news/fabcityfullstack",
"en/fabcity/news/zerocarbonroadshow",
]}
fullBleed={true}
type="article"
language="en"
/>
<Carousel
title="Events"
fluidToTheRight={true}
paths={[
"en/network/events/tfom23",
"en/network/events/buildworkshops",
"en/network/events/codeweek2022",
"en/network/events/fabfriday",
]}
fullBleed={true}
type="event"
language="en"
/>
<div class="fc-container fc-my-24 fc-max-w-7xl">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment