Skip to content

Commit 4cdd407

Browse files
Added about to nav menu
1 parent 98ad8b1 commit 4cdd407

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ASCOM.Alpaca.Simulators/Shared/NavMenu.razor

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
<span class="oi oi-wrench" aria-hidden="true"></span> Driver Setup
6363
</NavLink>
6464
</li>
65+
<li class="nav-item px-3">
66+
<NavLink class="nav-link" href="about" Match="NavLinkMatch.All">
67+
<span class="oi oi-question-mark" aria-hidden="true"></span> About
68+
</NavLink>
69+
</li>
6570
</ul>
6671
</div>
6772

0 commit comments

Comments
 (0)