Skip to content

Commit c0e9844

Browse files
Remove unexpected unicode character (#596)
1 parent ecd3e1d commit c0e9844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeViewDefaultBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const CodeViewDefaultBlock = ({
8686
<path
8787
stroke="#176cbf"
8888
fill="#1e90ff"
89-
d={`m 0,0 m 0,4 a 4 4 0 0,1 4,-4 h 8 c 2,0 3,1 4,2 l 4,4 c 1,1 2,2 4,2 h 12 c 2,0 3,-1 4,-2 l 4,-4 c 1,-1 2,-2 4,-2 h ${showIconBlockWidth} a 4 4 0 0,1 4,4 v 8 V 54 V 58 V 58 a 4 4 0 0,1 -4,4 h -${showIconBlockWidth} c -2,0 -3,1 -4,2 l -4,4 c -1,1 -2,2 -4,2 h -12 c -2,0 -3,-1 -4,-2 l -4,-4 c -1,-1 -2,-2 -4,-2 h -8 a 4 4 0 0,1 -4,-4 z&#10;`}
89+
d={`m 0,0 m 0,4 a 4 4 0 0,1 4,-4 h 8 c 2,0 3,1 4,2 l 4,4 c 1,1 2,2 4,2 h 12 c 2,0 3,-1 4,-2 l 4,-4 c 1,-1 2,-2 4,-2 h ${showIconBlockWidth} a 4 4 0 0,1 4,4 v 8 V 54 V 58 V 58 a 4 4 0 0,1 -4,4 h -${showIconBlockWidth} c -2,0 -3,1 -4,2 l -4,4 c -1,1 -2,2 -4,2 h -12 c -2,0 -3,-1 -4,-2 l -4,-4 c -1,-1 -2,-2 -4,-2 h -8 a 4 4 0 0,1 -4,-4 z`}
9090
/>
9191
<g transform="translate(8,20)">
9292
<text

0 commit comments

Comments
 (0)