Skip to content

Commit 73ab04b

Browse files
authored
chore: fix closing tag in Badge docs (#4371)
1 parent 849f52d commit 73ab04b

File tree

1 file changed

+3
-3
lines changed
  • packages/paste-website/src/pages/components/badge

1 file changed

+3
-3
lines changed

packages/paste-website/src/pages/components/badge/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ export const getStaticProps = async () => {
114114
</Badge>
115115
<Badge as="span" variant="brand10">
116116
Brand 10
117-
</Brand>
117+
</Badge>
118118
<Badge as="span" variant="brand20">
119119
Brand 20
120-
</Brand>
120+
</Badge>
121121
<Badge as="span" variant="brand30">
122122
Brand 30
123-
</Brand>
123+
</Badge>
124124
<Badge as="span" variant="neutral_counter">
125125
1
126126
</Badge>

0 commit comments

Comments
 (0)