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}
         
diff --git a/components/calculate/GraphPanel.tsx b/components/calculate/GraphPanel.tsx index f55197b..1260509 100644 --- a/components/calculate/GraphPanel.tsx +++ b/components/calculate/GraphPanel.tsx @@ -107,11 +107,6 @@ export function GraphPanel() {
- {/* ── Hint bar ─────────────────────────────────────────── */} -

- Drag to pan  ·  Scroll to zoom  ·  Hover for coordinates -

- ); }