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 2b3c5e9 commit 3748fe1Copy full SHA for 3748fe1
src/components/Hero/HomeHero/HomeHero.stories.tsx
@@ -4,8 +4,6 @@ import { langViewportModes } from "@/storybook/modes"
4
5
import HomeHeroComponent from "."
6
7
-import homeHeroImg from "@/public/images/home/hero.png"
8
-
9
const meta = {
10
title: "Organisms / Layouts / Hero",
11
component: HomeHeroComponent,
@@ -17,19 +15,10 @@ const meta = {
17
15
},
18
16
19
20
- argTypes: {
21
- heroImg: {
22
- table: {
23
- disable: true,
24
- },
25
26
27
} satisfies Meta<typeof HomeHeroComponent>
28
29
export default meta
30
31
export const HomeHero: StoryObj<typeof meta> = {
32
- args: {
33
- heroImg: homeHeroImg,
34
+ render: () => <HomeHeroComponent />,
35
}
0 commit comments