Skip to content

Commit 4114ed4

Browse files
Merge pull request #707 from reach2saksham/fix/pattern-classname-prop
fix: destructure className prop in Pattern component
2 parents bcb1142 + aac8bf5 commit 4114ed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/shared/Pattern.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export function Pattern({
1010
[0, 1, 0, 1, 1, 0, 1, 0],
1111
[1, 0, 1, 1, 0, 0, 0, 1],
1212
],
13+
className,
1314
...props
1415
}) {
1516
let id = useId()

0 commit comments

Comments
 (0)