Skip to content

Commit

Permalink
Merge pull request #62 from SSchulze1989/feature/add-docs-link
Browse files Browse the repository at this point in the history
Add doc link
  • Loading branch information
SSchulze1989 authored Apr 11, 2023
2 parents b905fc4 + c3222bc commit 55d51ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/iRLeagueManager.Web/Shared/Header.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<img src="logo/iRLM_Logo_17_darkbg.png" title="iRLeagueManager v@(VersionString)"/>
</figure>
</div>
<div class="d-md-none">
<h4><DisplayLeague League=@Shared.LeagueInfo /></h4>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#headerNavbarContent" aria-controls="headerNavbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down Expand Up @@ -119,6 +122,11 @@
</Authorized>
</AuthorizeView>
</li>
<li>
<a class="btn btn-outline-light" type="button" title="Help / Documentation" href="https://sschulze1989.github.io/iRLeagueManager.Web/" target="_blank">
<span class="oi oi-question-mark" />
</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 55d51ad

Please sign in to comment.