From 26a406b900d755638bfa7236a1cac63542ccf732 Mon Sep 17 00:00:00 2001 From: Troy Date: Mon, 17 Feb 2025 20:51:13 +0000 Subject: [PATCH] feat: switch back to previous favicon --- public/favicon.svg | 24 ++++++++---------------- src/components/Article.astro | 2 +- src/components/Header.astro | 3 ++- src/components/Hero.astro | 23 +++-------------------- src/components/Prose.astro | 2 +- src/components/ShowcasePost.astro | 2 +- src/icons/icon.svg | 18 ++---------------- 7 files changed, 18 insertions(+), 56 deletions(-) diff --git a/public/favicon.svg b/public/favicon.svg index 18608d4..962c3c8 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,17 +1,9 @@ - - - - - - - - - - - - - - - - + + + diff --git a/src/components/Article.astro b/src/components/Article.astro index b81041d..9d0bce2 100644 --- a/src/components/Article.astro +++ b/src/components/Article.astro @@ -36,7 +36,7 @@ const listFormatter = new Intl.ListFormat("en-GB", { >
diff --git a/src/components/Header.astro b/src/components/Header.astro index 12e7b03..3150ed7 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -13,7 +13,8 @@ const currentPath = pathname.replace(/\/$/, "");
diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 3ff1f2c..c796a69 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -1,8 +1,3 @@ ---- -import { SITE } from "@consts"; -import Link from "@components/Link.astro"; ---- -

Think I could help with a project you're working on? - Send me a message - -
-
- { - SITE.LINKS.map((i) => ( - - {i.name} - - )) - } +

diff --git a/src/components/Prose.astro b/src/components/Prose.astro index f9badd6..967c6e9 100644 --- a/src/components/Prose.astro +++ b/src/components/Prose.astro @@ -1,5 +1,5 @@
diff --git a/src/components/ShowcasePost.astro b/src/components/ShowcasePost.astro index 9649a6b..1185ba3 100644 --- a/src/components/ShowcasePost.astro +++ b/src/components/ShowcasePost.astro @@ -15,7 +15,7 @@ const { collection } = Astro.props; >
-

+

{collection.data.title}

- - - - - - - - - - - - - - - + +