Skip to content

Commit e3db391

Browse files
committed
Fix
1 parent 9ecfe28 commit e3db391

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<base href="/" />
88
@*#if (SampleContent)
9-
<link rel="stylesheet" href="@Assets["bootstrap/dist/css/bootstrap.min.css"]" />
9+
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
1010
##endif*@
1111
<link rel="stylesheet" href="@Assets["app.css"]" />
1212
<link rel="stylesheet" href="@Assets["BlazorWeb-CSharp.styles.css"]" />

0 commit comments

Comments
 (0)