Skip to content

Commit 1e8ef9d

Browse files
committed
swap white fav with black
1 parent 582b55f commit 1e8ef9d

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

public/logo_white.png

12.6 KB
Loading

src/components/Favicons.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link rel="icon" type="image/x-icon" href="/ico.png">
1+
<link rel="icon" type="image/x-icon" href="/logo_black.png">

src/components/widgets/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
6767
<a class="flex items-center" href={getHomePermalink()}>
6868
<Image
6969
class="h-20 w-auto px-2 md:px-1 "
70-
src="/ico.png"
70+
src="/logo_white.png"
7171
alt="Astro"
7272
width="80"
7373
height="80"

0 commit comments

Comments
 (0)