Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Whitestone
0c813f281c fix: close orphaned button tags in index.html HUD
Some checks failed
CI / validate (pull_request) Failing after 48s
Review Approval Gate / verify-review (pull_request) Failing after 7s
CI / test (pull_request) Failing after 2m34s
Remove orphan <button> for atlas-toggle-btn (line 155) that was opened
but never closed and had no content. Add missing </button> for
soul-toggle-btn and mode-toggle-btn. Fixes broken HTML nesting.

Closes #1336
2026-04-13 17:30:15 -04:00

View File

@@ -152,10 +152,10 @@
<!-- Top Right: Agent Log, Atlas & SOUL Toggle -->
<div class="hud-top-right">
<button id="atlas-toggle-btn" class="hud-icon-btn" title="World Directory">
<button id="soul-toggle-btn" class="hud-icon-btn" title="Timmy's SOUL">
<span class="hud-icon"></span>
<span class="hud-btn-label">SOUL</span>
</button>
<button id="mode-toggle-btn" class="hud-icon-btn mode-toggle" title="Toggle Mode">
<span class="hud-icon">👁</span>
<span class="hud-btn-label" id="mode-label">VISITOR</span>