We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466365b commit 85551dfCopy full SHA for 85551df
client/src/components/Logo.tsx
@@ -40,7 +40,7 @@ export const CodePatchworkLogo: React.FC<LogoProps> = ({
40
<text className="symbol" x="213.3" y="128">PY</text>
41
<text className="symbol" x="42.6" y="213.3">01</text>
42
<text className="symbol" x="128" y="213.3">.PY</text>
43
- <text className="symbol" x="213.3" y="213.3">⎇</text>
+ <text className="symbol" x="213.3" y="213.3">{"⎇"}</text>
44
</svg>
45
);
46
};
0 commit comments