fix(meshcore): add to nav and fix welcome card styling

Meshcore was missing from both the desktop Wireless dropdown and mobile
nav. The welcome card also used non-standard div/emoji markup instead of
the SVG icon pattern used by every other mode, causing wrong font and
colour rendering.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
James Smith
2026-05-13 10:02:45 +01:00
parent bd6a5f132e
commit c554cbcacf
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -431,8 +431,8 @@
<span class="mode-name">Meshtastic</span>
</button>
<button class="mode-card mode-card-sm" onclick="selectMode('meshcore')">
<div class="mode-card-icon">📡</div>
<div class="mode-card-label">Meshcore</div>
<span class="mode-icon icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="6" cy="6" r="2"/><circle cx="18" cy="6" r="2"/><circle cx="6" cy="18" r="2"/><circle cx="18" cy="18" r="2"/><path d="M8 6h8M6 8v8M18 8v8M8 18h8"/></svg></span>
<span class="mode-name">Meshcore</span>
</button>
</div>
</div>