Skip to content

Commit

Permalink
feat: aタグにtype属性が入っていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidetaro7 committed Oct 15, 2021
1 parent 0d690fa commit ab987a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwindcss/stories/Button.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Meta, Story, Canvas } from "@storybook/addon-docs";
<Canvas>
<Story name="Anchor">
{`
<a href="#" type="button" class="button">リンクボタン</a>
<a href="#" class="button">リンクボタン</a>
`}
</Story>
</Canvas>
Expand Down

0 comments on commit ab987a4

Please sign in to comment.