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"