Skip to content

Commit 939c9a0

Browse files
committed
fix: use className for DS components instead of class
1 parent 094ac0c commit 939c9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/shared/showcase/card-wrapper.showcase.lite.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function CardWrapperShowcase(props: Props) {
2929

3030
return (
3131
<Fragment>
32-
<DBCard class="variants-card db-code-docs">
32+
<DBCard className="variants-card db-code-docs">
3333
<div
3434
role={props.role}
3535
aria-label={props.role ? props.label : undefined}

0 commit comments

Comments
 (0)