From 7b811f74e8143b18e9c071a7499bf56bb1d4aa51 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 25 Jul 2024 00:51:31 -0400 Subject: [PATCH] Use PlanetAlt icon over House icon --- src/components/global/Sidebar.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/global/Sidebar.astro b/src/components/global/Sidebar.astro index e1b761a..59a2aee 100644 --- a/src/components/global/Sidebar.astro +++ b/src/components/global/Sidebar.astro @@ -24,7 +24,9 @@ import { InfoCircle, HelpCircle, Server, - CurveArray + CurveArray, +Rocket, +PlanetAlt } from '@iconoir/vue' // i18n @@ -37,7 +39,7 @@ import i18next, { t } from "i18next"