Skip to content

Commit 1da5770

Browse files
committed
fix: typo in css className
1 parent 46c947f commit 1da5770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/PieceIcons/Renderers/SplitInputIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class SplitInputIcon extends React.Component<{
5454
render(): JSX.Element {
5555
return (
5656
<svg
57-
className="piece_icon"
57+
className="piece-icon"
5858
version="1.1"
5959
viewBox="0 0 126.5 89"
6060
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)