Add Stations link to portal sidebar navigation
Links to station-assignment.html, placed after Menu link. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f5ff9cdfeb
commit
7205962873
1 changed files with 7 additions and 0 deletions
|
|
@ -55,6 +55,13 @@
|
|||
</svg>
|
||||
<span>Menu</span>
|
||||
</a>
|
||||
<a href="station-assignment.html" class="nav-item">
|
||||
<svg class="nav-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<rect x="2" y="3" width="20" height="18" rx="2"/>
|
||||
<path d="M2 9h20M9 21V9"/>
|
||||
</svg>
|
||||
<span>Stations</span>
|
||||
</a>
|
||||
<a href="#reports" class="nav-item" data-page="reports">
|
||||
<svg class="nav-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M18 20V10M12 20V4M6 20v-6"/>
|
||||
|
|
|
|||
Reference in a new issue