We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecfe28 commit e3db391Copy full SHA for e3db391
src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/App.razor
@@ -6,7 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<base href="/" />
8
@*#if (SampleContent)
9
- <link rel="stylesheet" href="@Assets["bootstrap/dist/css/bootstrap.min.css"]" />
+ <link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
10
##endif*@
11
<link rel="stylesheet" href="@Assets["app.css"]" />
12
<link rel="stylesheet" href="@Assets["BlazorWeb-CSharp.styles.css"]" />
0 commit comments