From 89128f265635a9bc111b15c69653b3700cebd216 Mon Sep 17 00:00:00 2001 From: aryonoco Date: Tue, 29 Oct 2024 21:47:40 +1100 Subject: [PATCH] changed home to switchboard --- src/assets/socialIcons.ts | 13 +++++++++++++ src/components/Header.astro | 2 +- src/config.ts | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/assets/socialIcons.ts b/src/assets/socialIcons.ts index ae4aced..a999458 100644 --- a/src/assets/socialIcons.ts +++ b/src/assets/socialIcons.ts @@ -217,6 +217,19 @@ const socialIcons = { `, + Switchboard: ` + + + + + + + `, }; export default socialIcons; diff --git a/src/components/Header.astro b/src/components/Header.astro index 9f92d95..71d8a5c 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -56,7 +56,7 @@ const { activeNav } = Astro.props;