From f6621b0db3c9729f6ce6d3638fdc36f40381a4ba Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 29 Nov 2023 14:08:11 +0800 Subject: [PATCH] Update SrcLink --- MyApp/Components/Shared/SrcLink.razor | 2 +- MyApp/Components/Shared/SrcRazorPage.razor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MyApp/Components/Shared/SrcLink.razor b/MyApp/Components/Shared/SrcLink.razor index 23da35e..a052699 100644 --- a/MyApp/Components/Shared/SrcLink.razor +++ b/MyApp/Components/Shared/SrcLink.razor @@ -31,7 +31,7 @@ else } @code { - const string BaseUrl = "https://github.com/NetCoreApps/blazor-vue/blob/main"; + const string BaseUrl = "https://github.com/NetCoreTemplates/blazor-vue/blob/main"; [Parameter] public string? IconSrc { get; set; } [Parameter] public required string Href { get; set; } diff --git a/MyApp/Components/Shared/SrcRazorPage.razor b/MyApp/Components/Shared/SrcRazorPage.razor index 3b338bf..1095089 100644 --- a/MyApp/Components/Shared/SrcRazorPage.razor +++ b/MyApp/Components/Shared/SrcRazorPage.razor @@ -1,4 +1,4 @@ - + @code { [Parameter] public required string Path { get; set; }