diff --git a/src/components/global/Sidebar.astro b/src/components/global/Sidebar.astro index 9cade8a..e1b761a 100644 --- a/src/components/global/Sidebar.astro +++ b/src/components/global/Sidebar.astro @@ -52,10 +52,8 @@ import i18next, { t } from "i18next"

{t("SIDEBAR.DISCOVER")}

{t("SIDEBAR.DISCOVER_LIST.TECH")} - {t("SIDEBAR.DISCOVER_LIST.COMEDY")} - {t("SIDEBAR.DISCOVER_LIST.FOOD")} - {t("SIDEBAR.DISCOVER_LIST.GAMES")} - {t("SIDEBAR.DISCOVER_LIST.FITNESS")} + {t("SIDEBAR.DISCOVER_LIST.COMEDY")} + {t("SIDEBAR.DISCOVER_LIST.GAMES")} : null }