Update Discovery links in Sidebar
This commit is contained in:
parent
d976b103db
commit
f7394b86b2
1 changed files with 2 additions and 4 deletions
|
@ -52,10 +52,8 @@ import i18next, { t } from "i18next"
|
|||
<hr/>
|
||||
<h2>{t("SIDEBAR.DISCOVER")}</h2>
|
||||
<a href={'/discover/tech'}><AppleImac2021Side/> {t("SIDEBAR.DISCOVER_LIST.TECH")}</a>
|
||||
<a id="sidebar-disable" href="#"><EmojiTalkingHappy/> {t("SIDEBAR.DISCOVER_LIST.COMEDY")}</a>
|
||||
<a id="sidebar-disable" href="#"><PizzaSlice/> {t("SIDEBAR.DISCOVER_LIST.FOOD")}</a>
|
||||
<a id="sidebar-disable" href="#"><Gamepad/> {t("SIDEBAR.DISCOVER_LIST.GAMES")}</a>
|
||||
<a id="sidebar-disable" href="#"><Treadmill/> {t("SIDEBAR.DISCOVER_LIST.FITNESS")}</a>
|
||||
<a href="/discover/comedy"><EmojiTalkingHappy/> {t("SIDEBAR.DISCOVER_LIST.COMEDY")}</a>
|
||||
<a href="/discover/gaming"><Gamepad/> {t("SIDEBAR.DISCOVER_LIST.GAMES")}</a>
|
||||
:
|
||||
null
|
||||
}
|
||||
|
|
Reference in a new issue