Skip to content

Commit

Permalink
Add profile page to nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
veloek committed Feb 29, 2024
1 parent d01c1b6 commit 37e3488
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tevling/Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<span class="oi oi-people" aria-hidden="true"></span> Athletes
</NavLink>
</div>
<div class="nav-item px-3">
<NavLink class="nav-link" href="profile">
<span class="oi oi-person" aria-hidden="true"></span> Profile
</NavLink>
</div>
<FeatureGate FeatureFlag="FeatureFlag.DevToolsMenuItem">
<div class="nav-item px-3">
<NavLink class="nav-link" href="dev">
Expand Down

0 comments on commit 37e3488

Please sign in to comment.