From e8cec54c13a9859f5dea32b93faa0a25e6c70c8d Mon Sep 17 00:00:00 2001 From: Jeremy Kirsch Date: Mon, 18 May 2026 16:07:49 +0200 Subject: [PATCH] . --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 997ac07..836a4f2 100644 --- a/public/index.html +++ b/public/index.html @@ -1129,7 +1129,7 @@ document.addEventListener('DOMContentLoaded', () => { // ── Viewer tabs ── document.querySelectorAll('#vnav .nav-btn').forEach((btn, i) => { - const tabs = ['cards', 'cheat', 'guide']; + const tabs = ['cards', 'cheat', 'guide', 'credits']; btn.addEventListener('click', () => switchTab(tabs[i])); });