Skip to content

Commit 85551df

Browse files
committed
fix :wrapping the Unicode character in JSX brackets for consistency, but your version should work fine.
1 parent 466365b commit 85551df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const CodePatchworkLogo: React.FC<LogoProps> = ({
4040
<text className="symbol" x="213.3" y="128">PY</text>
4141
<text className="symbol" x="42.6" y="213.3">01</text>
4242
<text className="symbol" x="128" y="213.3">.PY</text>
43-
<text className="symbol" x="213.3" y="213.3"></text>
43+
<text className="symbol" x="213.3" y="213.3">{"⎇"}</text>
4444
</svg>
4545
);
4646
};

0 commit comments

Comments
 (0)