Skip to content

Commit 6b6c632

Browse files
committed
refactor: storybook test
1 parent 4022e96 commit 6b6c632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Button/Button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const VariantProps: StoryObj<typeof Button> = {
3535
<Button variant="secondary" text="정보가 맞아요" />
3636
</div>
3737
<div className={styles.Wrapper}>
38-
<p className={styles.Text}>tertiary</p>
38+
<p className={styles.Text}>tertiaryfsdfsdf</p>
3939
<Button variant="tertiary" text="정보가 맞아요" />
4040
</div>
4141
</div>

0 commit comments

Comments
 (0)