Update Discovery links in Sidebar

This commit is contained in:
Korbs 2024-07-12 23:33:50 -04:00
parent d976b103db
commit f7394b86b2

View file

@ -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
}