.
This commit is contained in:
parent
68f12b0661
commit
e8cec54c13
@ -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]));
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user