diff --git a/src/components/layout/Navigation.js b/src/components/layout/Navigation.js index b9378ed..f521827 100644 --- a/src/components/layout/Navigation.js +++ b/src/components/layout/Navigation.js @@ -5,18 +5,19 @@ import { useTranslation } from "react-i18next"; const Navigation = () => { const { t } = useTranslation(); const activeStyle = { color: "#F15B2A" }; + const style = { color: "#fff" }; return ( <> - + {t("Menu.Home")} {" | "} - + {t("Menu.Sessions")} {" | "} - + {t("Menu.About")}