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 2d80516 commit 8b39411Copy full SHA for 8b39411
src/components/CanvasWrapper/CanvasWrapper.tsx
@@ -25,7 +25,7 @@ export const CanvasWrapper: React.FC<{ className?: string }> = ({
25
26
const canvasRef = React.useRef<HTMLDivElement>(null);
27
const headlineRef = React.useRef<HTMLHeadingElement>(null);
28
- const prefix = 'keitaro';
+ const prefix = "keitaro";
29
30
const onDownload = (type: string) => {
31
if (canvasRef.current === null) {
0 commit comments