There was an error while loading. Please reload this page.
1 parent 5e019ca commit b77b530Copy full SHA for b77b530
src/Templates/templates/blazorweb-csharp-10/BlazorWebCSharp.1/Components/App.razor
@@ -7,7 +7,7 @@
7
<base href="/" />
8
<ResourcePreloader />
9
<link rel="stylesheet" href="@Assets["app.css"]" />
10
- <link rel="stylesheet" href="@Assets["BlazorWeb-CSharp.styles.css"]" />
+ <link rel="stylesheet" href="@Assets["BlazorWebCSharp.1.styles.css"]" />
11
<ImportMap />
12
@*#if (SampleContent)
13
<link rel="icon" type="image/png" href="favicon.png" />
src/Templates/templates/blazorweb-csharp-10/BlazorWebCSharp.1/Components/Layout/MainLayout.razor
@@ -3,7 +3,7 @@
3
@*#if (SampleContent) -->
4
<FluentLayout>
5
<FluentHeader>
6
- BlazorWeb-CSharp
+ BlazorWebCSharp.1
</FluentHeader>
<FluentStack Class="main" Orientation="Orientation.Horizontal" Width="100%">
<NavMenu />
0 commit comments