Skip to content

Commit

Permalink
fix: 스토리북 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejin-Yang committed Apr 17, 2024
1 parent c7d7c54 commit 0060bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/TopBar/TopBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const LeftTitleAndRegister: Story = {
return (
<TopBar {...args}>
<TopBar.LeftNavigationGroup title="타이틀" />
<TopBar.RegisterLink />
<TopBar.RegisterButton />
</TopBar>
);
},
Expand Down

0 comments on commit 0060bf4

Please sign in to comment.