Skip to content

Commit e24d304

Browse files
authored
Merge pull request #178 from scientist-softserv/next-link-story
next link story arg update
2 parents 837da74 + 0ea5082 commit e24d304

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)