Skip to content

Commit f250f3c

Browse files
fix(Hero): update prop names used in stories
1 parent 7d388ec commit f250f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Hero/ContentHero/ContentHero.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const ContentHero: StoryObj = {
7070
<ContentHeroComponent
7171
breadcrumbs={{ slug: "/en/run-a-node/" }}
7272
heroImgSrc={mockGatsbyImgData}
73-
header={t("hero-header")}
73+
title={t("hero-header")}
7474
description={t("hero-subtitle")}
7575
buttons={buttons}
7676
/>

src/components/Hero/MdxHero/MdxHero.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default meta
2424
export const MdxHero: StoryObj<MdxHeroType> = {
2525
args: {
2626
breadcrumbs: { slug: "/en/staking/solo/" },
27-
headingTitle: "Solo stake your Eth",
27+
title: "Solo stake your Eth",
2828
},
2929
render: (args) => <MdxHeroComponent {...args} />,
3030
}

0 commit comments

Comments
 (0)