Skip to content

Commit

Permalink
Update SrcLink
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 29, 2023
1 parent 36b9f36 commit f6621b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MyApp/Components/Shared/SrcLink.razor
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else
</a>
}
@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; }
Expand Down
2 changes: 1 addition & 1 deletion MyApp/Components/Shared/SrcRazorPage.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<SrcLink Href=@($"/MyApp/Pages/{Path}") />
<SrcLink Href=@($"/MyApp/Components/Pages/{Path}") />

@code {
[Parameter] public required string Path { get; set; }
Expand Down

0 comments on commit f6621b0

Please sign in to comment.