Skip to content

Commit 0ea5082

Browse files
committed
update the nextlink component story arg to match prop type
1 parent ec89bf0 commit 0ea5082

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/NextLink/NextLink.stories.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ export const Default = Template.bind({})
1212
Default.args = {
1313
text: 'Text Here',
1414
addClass: '',
15-
path: '/',
15+
path: {
16+
pathname: '/test',
17+
query: {},
18+
},
1619
}

0 commit comments

Comments
 (0)