From db37fb1ae21621d29aecaccc10b93abebb03acf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 10:11:52 +0100 Subject: [PATCH] fix: calculate --- components/animate/ExportPanel.tsx | 2 +- components/calculate/GraphPanel.tsx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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 -

- ); }