From f7394b86b2ef76a6924c080c22c6ec44dd672c81 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 12 Jul 2024 23:33:50 -0400 Subject: [PATCH] Update Discovery links in Sidebar --- src/components/global/Sidebar.astro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 }