Skip to content

Commit

Permalink
refactor: rename story
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 5, 2024
1 parent 513cc3a commit 152c6b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import IconButton from '@/components/IconButton'

export default {
components: { IconButton },
title: 'Components/Button/IconButtons',
title: 'Components/Button/IconButton',
component: IconButton,
tags: ['autodocs'],
argTypes: {
Expand Down Expand Up @@ -37,7 +37,7 @@ export default {
}
},
template: `
<IconButton v-bind="args" />
<icon-button v-bind="args" />
`
}),
parameters: {
Expand Down

0 comments on commit 152c6b8

Please sign in to comment.