Rename 'Node Colors' tab to 'Colors' — covers nodes + packet types

This commit is contained in:
you
2026-03-23 02:06:59 +00:00
parent 0e59712a53
commit 69cb3a0e8f
2 changed files with 2 additions and 2 deletions

View File

@@ -326,7 +326,7 @@
var tabs = [
{ id: 'branding', label: '🏷️', title: 'Branding' },
{ id: 'theme', label: '🎨', title: 'Theme Colors' },
{ id: 'nodes', label: '📡', title: 'Node Colors' },
{ id: 'nodes', label: '🎯', title: 'Colors' },
{ id: 'home', label: '🏠', title: 'Home Page' },
{ id: 'export', label: '📤', title: 'Export / Save' }
];

View File

@@ -101,6 +101,6 @@
<script src="observer-detail.js?v=1774219440" onerror="console.error('Failed to load:', this.src)"></script>
<script src="node-analytics.js?v=1774126708" onerror="console.error('Failed to load:', this.src)"></script>
<script src="perf.js?v=1773985649" onerror="console.error('Failed to load:', this.src)"></script>
<script src="customize.js?v=1774229754" onerror="console.error('Failed to load:', this.src)"></script>
<script src="customize.js?v=1774231619" onerror="console.error('Failed to load:', this.src)"></script>
</body>
</html>