Skip to content

Commit 7e1e4a2

Browse files
committed
refactor: update sessionizeUrl prop in SpeakersCarousel
1 parent 0f27d46 commit 7e1e4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2024/HomeWrapper2024.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const HomeWrapper2024: FC<React.PropsWithChildren<unknown>> = () => {
3838
<Faqs />
3939
<SpeakersCarousel
4040
speakersLink={ROUTE_2024_SPEAKERS}
41-
sessionizeUrl={conferenceData.sessionizeUrl}
41+
sessionizeUrl={conferenceData.edition}
4242
isEnabled={conferenceData.carrousel.enabled}
4343
/>
4444
<Sponsors />

0 commit comments

Comments
 (0)