← back to Claude Code Dashboard
Remove stray Figma html-to-design capture script
5cb6547415dbb30cbc8baae95366bd965ffab3f9 · 2026-05-18 17:31:32 -0700 · Steve
This script was a leftover artifact from a Figma capture tool. It has no
function in the deployed dashboard, loads an external resource on every
page view, and is dead code.
Files touched
Diff
commit 5cb6547415dbb30cbc8baae95366bd965ffab3f9
Author: Steve <steve@designerwallcoverings.com>
Date: Mon May 18 17:31:32 2026 -0700
Remove stray Figma html-to-design capture script
This script was a leftover artifact from a Figma capture tool. It has no
function in the deployed dashboard, loads an external resource on every
page view, and is dead code.
---
index.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/index.html b/index.html
index c2e24e8..baa4eae 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Claude Code — System Dashboard</title>
-<script src="https://mcp.figma.com/mcp/html-to-design/capture.js" async></script>
<style>
*{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#0a0a14;--card:#13152a;--hover:#1a1d35;--border:#2a2d45;--text:#e8e8f0;--muted:#8888a8;--dim:#55557a;--green:#22c55e;--red:#ef4444;--amber:#f59e0b;--blue:#60a5fa;--purple:#a78bfa;--cyan:#22d3ee;--pink:#f472b6;--orange:#fb923c}
← 21ff53e initial snapshot — gitify all builds (CLAUDE.md rule 2026-05
·
back to Claude Code Dashboard
·
(newest)