diff --git a/components/header.js b/components/header.js index 48c07293..fa6b92d2 100644 --- a/components/header.js +++ b/components/header.js @@ -95,7 +95,11 @@ const Header = (props) => {
- {router.pathname != "/" ? ( + {router.pathname != "/" || + router.pathname != "/logout" ? ( {t("common:signout-label")}