Skip to content

Commit 0bd23c0

Browse files
updated to have proper header
1 parent afee3a7 commit 0bd23c0

File tree

1 file changed

+1
-1
lines changed
  • src/AspNetCore.Utilities.Bootstrap5TagHelpers.Sample/Views/Shared

1 file changed

+1
-1
lines changed

src/AspNetCore.Utilities.Bootstrap5TagHelpers.Sample/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<header>
1313
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
1414
<div class="container-fluid">
15-
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">FontAwesome Tag Helpers</a>
15+
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">Bootstrap5 Tag Helpers</a>
1616
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
1717
aria-expanded="false" aria-label="Toggle navigation">
1818
<span class="navbar-toggler-icon"></span>

0 commit comments

Comments
 (0)