Skip to content

Commit

Permalink
Label: Tweak syntax for MDX v2
Browse files Browse the repository at this point in the history
I don't think this _should_ be necesssary, but there you are.
  • Loading branch information
daniel-ac-martin committed May 23, 2022
1 parent 6c1ee3b commit 5331277
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/label/spec/Label.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ A standard Label.
<Preview>
<Story name="In-line">
<form action="#" method="get">
<Label>My label<input type="text" name="my-field" />
</Label>
<Label>My label<input type="text" name="my-field" /></Label>
</form>
</Story>
</Preview>

1 comment on commit 5331277

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.