Skip to content

Commit b77b530

Browse files
authored
Fix #4308 by doing 2 more replaces of old name with the new one (#4310)
1 parent 5e019ca commit b77b530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Templates/templates/blazorweb-csharp-10/BlazorWebCSharp.1/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<base href="/" />
88
<ResourcePreloader />
99
<link rel="stylesheet" href="@Assets["app.css"]" />
10-
<link rel="stylesheet" href="@Assets["BlazorWeb-CSharp.styles.css"]" />
10+
<link rel="stylesheet" href="@Assets["BlazorWebCSharp.1.styles.css"]" />
1111
<ImportMap />
1212
@*#if (SampleContent)
1313
<link rel="icon" type="image/png" href="favicon.png" />

src/Templates/templates/blazorweb-csharp-10/BlazorWebCSharp.1/Components/Layout/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@*#if (SampleContent) -->
44
<FluentLayout>
55
<FluentHeader>
6-
BlazorWeb-CSharp
6+
BlazorWebCSharp.1
77
</FluentHeader>
88
<FluentStack Class="main" Orientation="Orientation.Horizontal" Width="100%">
99
<NavMenu />

0 commit comments

Comments
 (0)