From 4643ab9b59c618218a3b470f3c5edf0428d59fad Mon Sep 17 00:00:00 2001 From: Kenzo Date: Sat, 21 Mar 2026 14:20:43 +0100 Subject: [PATCH] feat(Layout): add favicon and logo asset - Linked a new SVG favicon in the Layout component for better branding. - Added the corresponding logo.svg file to the public directory. --- public/logo.svg | 1 + src/components/Layout.astro | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/logo.svg diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..1c89903 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Layout.astro b/src/components/Layout.astro index 9beda9e..eb35a25 100644 --- a/src/components/Layout.astro +++ b/src/components/Layout.astro @@ -15,6 +15,7 @@ import "../styles/index.css" + Gallus Pub