Skip to content

Commit e9d76e2

Browse files
committed
Table row update
1 parent ee2b05c commit e9d76e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/assets/examples/cheatsheet/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export const body_class = 'bg-body-tertiary'
244244
<td>Cell</td>
245245
<td>Cell</td>
246246
</tr>`,
247-
...getData('theme-colors').map((themeColor) => `<tr class="table-${themeColor.name}">
247+
...getData('theme-colors').map((themeColor) => `<tr class="theme-${themeColor.name}">
248248
<th scope="row">${themeColor.title}</th>
249249
<td>Cell</td>
250250
<td>Cell</td>

0 commit comments

Comments
 (0)