diff --git a/components/animate/ExportPanel.tsx b/components/animate/ExportPanel.tsx index 65aaf7b..0401a3e 100644 --- a/components/animate/ExportPanel.tsx +++ b/components/animate/ExportPanel.tsx @@ -36,7 +36,7 @@ function CodeBlock({ code, filename }: { code: string; filename: string }) { return (
+
{code}
- Drag to pan · Scroll to zoom · Hover for coordinates -
- ); }