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 = {
|
export const Default: Story = {
|
||||||
args: {
|
args: {
|
||||||
src: "https://www.sfcatholic.org/bishopsbulletin/wp-content/uploads/sites/3/2022/04/monstrance2-insta-1024x1024.jpg",
|
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}
|
color={schema}
|
||||||
title={'Veranstaltungen'}
|
title={'Veranstaltungen'}
|
||||||
/>
|
/>
|
||||||
<Events events={transformEvents(events)} n={6} />
|
<Events
|
||||||
|
events={transformEvents(events)}
|
||||||
|
n={6}
|
||||||
|
schema={schema}
|
||||||
|
/>
|
||||||
</Section>
|
</Section>
|
||||||
</ContentWithSlider>
|
</ContentWithSlider>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue