Skip to content

Commit 8cb2f33

Browse files
authored
fix(playground): use className instead of class (#2522)
1 parent 0506f01 commit 8cb2f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/global/Playground/icons/IconDots.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import './IconDots.css';
44

55
export const IconDots = () => (
6-
<div class="icon__dots">
6+
<div className="icon__dots">
77
<svg viewBox="0 0 64 64">
88
<circle transform="translate(32,32)" r="6"></circle>
99
</svg>

0 commit comments

Comments
 (0)