Skip to content

Commit

Permalink
Add .NET version to the footer and link to MudBlazor repo (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers authored Mar 26, 2024
1 parent c73c87a commit 32383f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/TryMudBlazor.Client/Pages/Repl.razor
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
}
</div>
<MudSpacer />
<MudText Typo="Typo.body2" Class="ml-10 try-mudblazor-version">MudBlazor @Version</MudText>
<MudLink Typo="Typo.body2" Class="ml-10 version-info" Color="Color.Inherit" Href="https://dotnet.microsoft.com/download" Target="_blank">.net @Environment.Version.ToString()</MudLink>
<MudLink Typo="Typo.body2" Class="ml-5 version-info" Color="Color.Inherit" Href="https://github.com/MudBlazor/MudBlazor/releases" Target="_blank">mudblazor @Version</MudLink>
</MudAppBar>
</div>
@code{
Expand Down
2 changes: 1 addition & 1 deletion src/TryMudBlazor.Client/Style/Editor/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
height: 8px !important;
}

.try-mudblazor-version{
.version-info{
font-family: consolas;
font-size: 14px;
text-transform: lowercase;
Expand Down

0 comments on commit 32383f1

Please sign in to comment.