Skip to content

Commit e337cf8

Browse files
authored
Fix icon in Web App 9 and 10 templates (#4337)
1 parent f4939e9 commit e337cf8

File tree

2 files changed

+2
-2
lines changed
  • src/Templates/templates
    • blazorweb-csharp-10/BlazorWebCSharp.1/Components
    • blazorweb-csharp-9/BlazorWeb-CSharp/Components

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
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="@Assets["BlazorWebCSharp.1.styles.css"]" />
1111
<ImportMap />
1212
@*#if (SampleContent)
13-
<link rel="icon" type="image/png" href="favicon.png" />
13+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
1414
##endif*@
1515
@*#if (!InteractiveAtRoot)
1616
<HeadOutlet />

src/Templates/templates/blazorweb-csharp-9/BlazorWeb-CSharp/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="@Assets["BlazorWeb-CSharp.styles.css"]" />
1010
<ImportMap />
1111
@*#if (SampleContent)
12-
<link rel="icon" type="image/png" href="favicon.png" />
12+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
1313
##endif*@
1414
@*#if (!InteractiveAtRoot)
1515
<HeadOutlet />

0 commit comments

Comments
 (0)