Skip to content

Commit d798a59

Browse files
committed
Fix templates test
1 parent bb9a723 commit d798a59

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<header>
1212
<nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom box-shadow mb-3">
1313
<div class="container">
14-
<a class="navbar-brand" asp-area="" asp-page="/Index">Company.WebApplication1</a>
14+
<a class="navbar-brand" asp-area="" asp-asp-controller="Home" asp-action="Index">Company.WebApplication1</a>
1515
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
1616
aria-expanded="false" aria-label="Toggle navigation">
1717
<span class="navbar-toggler-icon"></span>

0 commit comments

Comments
 (0)