Use PlanetAlt icon over House icon

This commit is contained in:
Korbs 2024-07-25 00:51:31 -04:00
parent ede319da59
commit 7b811f74e8

View file

@ -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"
<img src="/images/logo/MinPluto - Logo.png"/>
</a>
<div class="sidebar-top-end">
<a href={'/'}><HomeSimple/> {t("SIDEBAR.HOME")}</a>
<a href={'/'}><PlanetAlt/> {t("SIDEBAR.HOME")}</a>
<hr/>
{SIDEBAR_CATEGORIES ?
<h2>{t("SIDEBAR.CATEGORY")}</h2>