We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755dd18 commit 62b628bCopy full SHA for 62b628b
src/components/global/Playground/icons/IconDots.tsx
@@ -3,7 +3,7 @@ import React from 'react';
3
import './IconDots.css';
4
5
export const IconDots = () => (
6
- <div class="icon__dots">
+ <div className="icon__dots">
7
<svg viewBox="0 0 64 64">
8
<circle transform="translate(32,32)" r="6"></circle>
9
</svg>
0 commit comments