Skip to content

Commit

Permalink
Merge pull request #66 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
v 0.6.4
  • Loading branch information
SSchulze1989 authored Apr 27, 2023
2 parents f5a81f6 + 5692080 commit 3e5481f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/Components/DisplayLeague.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@using iRLeagueApiCore.Common.Models;
<label class="@(MuteTextOnFallback && string.IsNullOrEmpty(League?.NameFull) ? "text-muted" : "")">@GetLeagueName()</label>
<label class="@(MuteTextOnFallback && string.IsNullOrEmpty(League?.NameFull) ? "text-muted" : "")" title="@GetLeagueName()">@GetLeagueName()</label>

@code {
[Parameter]
Expand Down
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/Shared/Header.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<img src="logo/iRLM_Logo_17_darkbg.png" title="iRLeagueManager v@(VersionString)"/>
</figure>
</div>
<div class="d-md-none">
<div class="d-md-none text-nowrap overflow-hidden me-2" style="flex-basis: 0px; flex-grow: 1">
<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">
Expand Down
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/iRLeagueManager.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>0.6.3</Version>
<Version>0.6.4</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-iRLeagueManager.Web-2B05F9DC-55A3-49D1-BD64-31507000EDF3</UserSecretsId>
Expand Down

0 comments on commit 3e5481f

Please sign in to comment.