Files
Samuel Enocsson 6e05d3014d
Release Please / release-please (push) Waiting to run
Release Please / docker (push) Blocked by required conditions
refactor: remove tour feature and Tjing import
Tour functionality has moved to its own project (HyzrTour).
Removes all tour-related code, Tjing integration, and associated
views/styles/scripts. Keeps the saveCourseToDB ON CONFLICT fix.
2026-03-20 15:05:20 +01:00

4 lines
203 B
Plaintext

<nav class="app-nav">
<a href="/" class="<%= activePage === 'players' ? 'active' : '' %>">Players</a>
<a href="/courses" class="<%= activePage === 'courses' ? 'active' : '' %>">Courses</a>
</nav>