Skip to content

Commit

Permalink
chore: test pr
Browse files Browse the repository at this point in the history
  • Loading branch information
eTallang committed Nov 29, 2024
1 parent a20b246 commit d40147e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/button/button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
} satisfies Meta;

export const Default: StoryObj = {
render: ({ variant }) => html`<cx-button variant=${variant}>I'm a button</cx-button>`,
render: ({ variant }) => html`<cx-button variant=${variant}>I'm a buttonn</cx-button>`,
argTypes: {
variant: {
control: 'radio',
Expand Down

0 comments on commit d40147e

Please sign in to comment.