Skip to content

Commit a41f63f

Browse files
authored
Update NavMenu.razor to use project name (#50194)
1 parent 2bca6d2 commit a41f63f

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Layout

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Layout/NavMenu.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="top-row ps-3 navbar navbar-dark">
22
<div class="container-fluid">
3-
<a class="navbar-brand" href="">MyBlazorWeb</a>
3+
<a class="navbar-brand" href="">BlazorWeb-CSharp</a>
44
</div>
55
</div>
66

0 commit comments

Comments
 (0)