Use PlanetAlt icon over House icon
This commit is contained in:
parent
ede319da59
commit
7b811f74e8
1 changed files with 4 additions and 2 deletions
|
@ -24,7 +24,9 @@ import {
|
||||||
InfoCircle,
|
InfoCircle,
|
||||||
HelpCircle,
|
HelpCircle,
|
||||||
Server,
|
Server,
|
||||||
CurveArray
|
CurveArray,
|
||||||
|
Rocket,
|
||||||
|
PlanetAlt
|
||||||
} from '@iconoir/vue'
|
} from '@iconoir/vue'
|
||||||
|
|
||||||
// i18n
|
// i18n
|
||||||
|
@ -37,7 +39,7 @@ import i18next, { t } from "i18next"
|
||||||
<img src="/images/logo/MinPluto - Logo.png"/>
|
<img src="/images/logo/MinPluto - Logo.png"/>
|
||||||
</a>
|
</a>
|
||||||
<div class="sidebar-top-end">
|
<div class="sidebar-top-end">
|
||||||
<a href={'/'}><HomeSimple/> {t("SIDEBAR.HOME")}</a>
|
<a href={'/'}><PlanetAlt/> {t("SIDEBAR.HOME")}</a>
|
||||||
<hr/>
|
<hr/>
|
||||||
{SIDEBAR_CATEGORIES ?
|
{SIDEBAR_CATEGORIES ?
|
||||||
<h2>{t("SIDEBAR.CATEGORY")}</h2>
|
<h2>{t("SIDEBAR.CATEGORY")}</h2>
|
||||||
|
|
Reference in a new issue