From a4d7438c155a62fdb99d77555dcb24b8163a1f3e Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Mon, 25 Mar 2024 14:49:48 -0500 Subject: [PATCH] Replace usage of obsolete Link property with Href (#122) --- src/TryMudBlazor.Client/Pages/Index/Index.razor | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/TryMudBlazor.Client/Pages/Index/Index.razor b/src/TryMudBlazor.Client/Pages/Index/Index.razor index 5d9d4c40..6fc0a373 100644 --- a/src/TryMudBlazor.Client/Pages/Index/Index.razor +++ b/src/TryMudBlazor.Client/Pages/Index/Index.razor @@ -1,12 +1,11 @@ @page "/" -
TryMudBlazor
- MudBlazor - Source Code + MudBlazor + Source Code
@@ -20,7 +19,7 @@ A playground for MudBlazor @Version
- Play now + Play now
@@ -30,7 +29,7 @@ Play with MudBlazor components entirely in the browser. Test and experiment anytime, anywhere. - Get started + Get started
@@ -152,8 +151,6 @@ - - @code { string Version { get { var v = typeof(MudText).Assembly.GetName().Version; return $"v{v.Major}.{v.Minor}.{v.Build}"; } } } \ No newline at end of file