fix: storybook

This commit is contained in:
Benno Tielen 2024-12-02 11:17:03 +01:00
parent 16efce1542
commit f8beba21e6
2 changed files with 7 additions and 2 deletions

View file

@ -18,6 +18,7 @@ export default meta
export const Default: Story = {
args: {
src: "https://www.sfcatholic.org/bishopsbulletin/wp-content/uploads/sites/3/2022/04/monstrance2-insta-1024x1024.jpg",
title: "Anbetung in Oktober"
title: "Anbetung in Oktober",
href: "https://"
},
}

View file

@ -139,7 +139,11 @@ export const Home = ({
color={schema}
title={'Veranstaltungen'}
/>
<Events events={transformEvents(events)} n={6} />
<Events
events={transformEvents(events)}
n={6}
schema={schema}
/>
</Section>
</ContentWithSlider>