Skip to content

Commit 1b31ce9

Browse files
committed
fix: typo
1 parent ce67984 commit 1b31ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/components/shortcodes/ComponentCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface Props {
1717
const { component, idPrefix } = Astro.props
1818
---
1919

20-
<li class="col" data-component={component.name.toLowerCase()}>
20+
<li class="col" data-name={component.name.toLowerCase()}>
2121
<div class="card h-100">
2222
<div class="card-top bg-inverse-high">
2323
<div class="ratio-16x9 d-flex justify-content-center align-items-center" data-bs-theme="root-inverted" inert>

0 commit comments

Comments
 (0)