Skip to content

Commit e6f5999

Browse files
b18
1 parent aafaefc commit e6f5999

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

components/badge/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h2 class="display-flex mb-10">
195195
<div class="badge">0</div>
196196
<div class="primary badge">25</div>
197197
<div class="success badge">Online</div>
198-
<div class="warning badge">2025</div>
198+
<div class="warning badge">Pending</div>
199199
<div class="error badge">Offline</div>
200200
<div class="dark badge">39</div>
201201
</div>

components/tabnav/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,18 @@ <h2 class="display-flex mb-10">
397397
<td><code>.dark.tab</code></td>
398398
</tr>
399399
</tbody>
400+
<thead>
401+
<tr>
402+
<th>Sizes</th>
403+
<th>Combinators</th>
404+
</tr>
405+
</thead>
406+
<tbody>
407+
<tr>
408+
<td><code>small</code></td>
409+
<td><code>.small.tab</code></td>
410+
</tr>
411+
</tbody>
400412
</table>
401413
</div>
402414
</div>

utilities/padding/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ <h2 class="display-flex mb-10">
445445
<thead>
446446
<tr>
447447
<th>
448-
<div>pt-{*}</div>
448+
<div>p-{*}</div>
449449
</th>
450450
<th>
451451
<div>Properties</div>
@@ -1920,7 +1920,7 @@ <h2 class="display-flex mb-10">
19201920
<thead>
19211921
<tr>
19221922
<th>
1923-
<div>mx-{*}</div>
1923+
<div>px-{*}</div>
19241924
</th>
19251925
<th>
19261926
<div>Properties</div>

0 commit comments

Comments
 (0)