style: Rename navigation links to distinguish Adult and Junior sections
All checks were successful
Deploy to K8s / deploy (push) Successful in 10s
Build and Push / build (push) Successful in 7s

Co-authored-by: Antigravity <antigravity@google.com>
This commit is contained in:
Jan Novak
2026-03-09 23:16:21 +01:00
committed by Jan Novak
parent 1257f0d644
commit 27ad66ff79
5 changed files with 20 additions and 20 deletions

View File

@@ -170,10 +170,10 @@
<body>
<div class="nav">
<a href="/fees" class="active">[Attendance/Fees]</a>
<a href="/fees-juniors">[Junior Fees]</a>
<a href="/reconcile">[Payment Reconciliation]</a>
<a href="/reconcile-juniors">[Junior Reconciliation]</a>
<a href="/fees" class="active">[Adult - Attendance/Fees]</a>
<a href="/fees-juniors">[Junior Attendance/Fees]</a>
<a href="/reconcile">[Adult Payment Reconciliation]</a>
<a href="/reconcile-juniors">[Junior Payment Reconciliation]</a>
<a href="/payments">[Payments Ledger]</a>
</div>