fix: storybook
This commit is contained in:
parent
16efce1542
commit
f8beba21e6
2 changed files with 7 additions and 2 deletions
|
|
@ -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://"
|
||||
},
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue