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 61e7b1c commit 2db624cCopy full SHA for 2db624c
components/preview-card.tsx
@@ -14,7 +14,7 @@ export default function PreviewCard({
14
theme = "hair",
15
}: PreviewCardProps) {
16
const svgUrl = `/api/${username}?theme=${theme}`;
17
- const markdown = ``;
+ const markdown = ``;
18
19
const [copied, setCopied] = useState<boolean>(false);
20
0 commit comments