Skip to content

Commit 8ec02ab

Browse files
committed
chore: Change favicon for improved visibility
1 parent b205bc7 commit 8ec02ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="public/favicon.svg" alt="MyCodingPlan logo" width="64" height="64" />
2+
<img src="public/favicon.png" alt="MyCodingPlan logo" width="64" height="64" />
33
</p>
44

55
<h1 align="center">MyCodingPlan</h1>

public/favicon.png

125 KB
Loading

src/layouts/BaseLayout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const canonicalURL = new URL(Astro.url.pathname, site);
1919
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2020
<meta name="description" content={description} />
2121
<link rel="canonical" href={canonicalURL} />
22-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
23-
<link rel="icon" href="/favicon.ico" />
22+
<link rel="icon" type="image/png" href="/favicon.png" />
23+
<link rel="icon" href="/favicon.png" />
2424

2525
<title>{title} | MyCodingPlan</title>
2626

0 commit comments

Comments
 (0)