Skip to content

Commit 837d90e

Browse files
committed
chore(alert): update changeset
1 parent ecf02b9 commit 837d90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changeset/odd-bugs-repair.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
`<rh-alert>`: removed deprecated toast boolean attribute
66

77
Before:
8-
```
8+
```html
99
<rh-alert toast>
1010
<h3 slot="header">Default</h3>
1111
<p>
@@ -16,7 +16,7 @@
1616
```
1717

1818
After:
19-
```
19+
```html
2020
<rh-alert variant="toast">
2121
<h3 slot="header">Default</h3>
2222
<p>

0 commit comments

Comments
 (0)