Skip to content

Commit f127c69

Browse files
author
Daniel Medin
committed
Restore favicon to colorful logoB icon
1 parent 89a9c10 commit f127c69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BitStoreWeb/BitStoreWeb.Net9/Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<meta charset="utf-8" />
2626
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2727
<title>@ViewData["Title"] - BitStoreWeb.Net9</title>
28-
<link rel="icon" type="image/svg+xml" href="~/Images/favicon-copy.svg" asp-append-version="true" />
29-
<link rel="shortcut icon" type="image/svg+xml" href="~/Images/favicon-copy.svg" asp-append-version="true" />
28+
<link rel="icon" type="image/png" href="~/Images/logoB.png" asp-append-version="true" />
29+
<link rel="shortcut icon" type="image/png" href="~/Images/logoB.png" asp-append-version="true" />
3030
<link rel="preconnect" href="https://fonts.googleapis.com" />
3131
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
3232
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet" />

0 commit comments

Comments
 (0)