Skip to content

Commit 94b162c

Browse files
🐛 uncomment code example
1 parent 8557112 commit 94b162c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Alert $severity="warning">This is an warning alert</Alert>
22

33
// renders:
4-
// <div class="p-4 rounded-md bg-yellow-100 text-yellow-800">This is an warning alert</div>
4+
<div class="p-4 rounded-md bg-yellow-100 text-yellow-800">This is an warning alert</div>

0 commit comments

Comments
 (0)