[fix](trx-frontend-http): add missing closing tag on recorder tab button

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-04-02 19:35:09 +02:00
committed by Stan Grams
parent dd8b86b38f
commit ce3cdfe448
@@ -62,6 +62,7 @@
<button class="tab" data-tab="recorder"> <button class="tab" data-tab="recorder">
<svg class="tab-icon" aria-hidden="true"><use href="#icon-record"/></svg> <svg class="tab-icon" aria-hidden="true"><use href="#icon-record"/></svg>
<span class="tab-label">Recorder</span> <span class="tab-label">Recorder</span>
</button>
<button class="tab" data-tab="settings"> <button class="tab" data-tab="settings">
<svg class="tab-icon" aria-hidden="true"><use href="#icon-settings"/></svg> <svg class="tab-icon" aria-hidden="true"><use href="#icon-settings"/></svg>
<span class="tab-label">Settings</span> <span class="tab-label">Settings</span>