We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d388ec commit f250f3cCopy full SHA for f250f3c
src/components/Hero/ContentHero/ContentHero.stories.tsx
@@ -70,7 +70,7 @@ export const ContentHero: StoryObj = {
70
<ContentHeroComponent
71
breadcrumbs={{ slug: "/en/run-a-node/" }}
72
heroImgSrc={mockGatsbyImgData}
73
- header={t("hero-header")}
+ title={t("hero-header")}
74
description={t("hero-subtitle")}
75
buttons={buttons}
76
/>
src/components/Hero/MdxHero/MdxHero.stories.tsx
@@ -24,7 +24,7 @@ export default meta
24
export const MdxHero: StoryObj<MdxHeroType> = {
25
args: {
26
breadcrumbs: { slug: "/en/staking/solo/" },
27
- headingTitle: "Solo stake your Eth",
+ title: "Solo stake your Eth",
28
},
29
render: (args) => <MdxHeroComponent {...args} />,
30
}
0 commit comments