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

@@ -155,10 +155,10 @@
<body>
<div class="nav">
<a href="/fees">[Attendance/Fees]</a>
<a href="/fees-juniors" class="active">[Junior Fees]</a>
<a href="/reconcile">[Payment Reconciliation]</a>
<a href="/reconcile-juniors">[Junior Reconciliation]</a>
<a href="/fees">[Adult - Attendance/Fees]</a>
<a href="/fees-juniors" class="active">[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>