From 441268b026353caa4893ca28570fd1165741cdc6 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Tue, 27 Jul 2021 16:46:54 +0100 Subject: [PATCH] tweak on signout on logged out page --- components/header.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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")}