Header: Leaderboard link

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-14 05:40:26 -05:00
parent 6233d112e0
commit 825d0de6c3
21 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
// public blog pages: the shared nav (with wallet status) and footer, nothing else
(function () { try { IAP.renderNav('blog'); } catch (e) {} })();
(function () { try { IAP.renderNav(location.pathname.indexOf('/leaderboard') === 0 ? 'leaderboard' : 'blog'); } catch (e) {} })();