Skip to content

Commit 3383e57

Browse files
committed
fix: variant prop
1 parent 89c1f6e commit 3383e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/docs/test.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ Default state is **expanded**. Click the header to toggle.
162162

163163
### Collapsible `lg` variant
164164

165-
<Admonition type="note" variant="lg" title="Large collapsible note">
165+
<Admonition type="note" size="lg" title="Large collapsible note">
166166
Large variant, collapsible, starts expanded. `inline code` and [a link](https://signoz.io/docs/).
167167
</Admonition>
168168

169-
<Admonition type="tip" variant="lg" defaultCollapsed title="Large collapsible tip — starts collapsed">
169+
<Admonition type="tip" size="lg" defaultCollapsed title="Large collapsible tip — starts collapsed">
170170
Large variant, collapsible, starts collapsed.
171171

172172
```bash

0 commit comments

Comments
 (0)