File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Views/Shared Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
<header >
12
12
<nav class =" navbar navbar-expand-lg navbar-light bg-light border-bottom box-shadow mb-3" >
13
13
<div class =" container" >
14
- <a class =" navbar-brand" asp-area =" " asp-asp- controller =" Home" asp-action =" Index" >Company.WebApplication1</a >
14
+ <a class =" navbar-brand" asp-area =" " asp-controller =" Home" asp-action =" Index" >Company.WebApplication1</a >
15
15
<button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" .navbar-collapse" aria-controls =" navbarSupportedContent"
16
16
aria-expanded =" false" aria-label =" Toggle navigation" >
17
17
<span class =" navbar-toggler-icon" ></span >
41
41
</div >
42
42
43
43
<footer class =" border-top footer text-muted" >
44
- <div class =" container-fluid " >
44
+ <div class =" container" >
45
45
© ; copyrightYear - Company.WebApplication1 - <a asp-area =" " asp-controller =" Home" asp-action =" Privacy" >Privacy</a >
46
46
</div >
47
47
</footer >
You can’t perform that action at this time.
0 commit comments