From 3222d5752ecbddffce8f3d29fed29590780b9973 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 5 Mar 2022 10:54:37 -0800 Subject: [PATCH] Reorder HeaderMenu unauth items --- components/HeaderMenu/index.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/components/HeaderMenu/index.tsx b/components/HeaderMenu/index.tsx index 2974fda2..0ceec165 100644 --- a/components/HeaderMenu/index.tsx +++ b/components/HeaderMenu/index.tsx @@ -104,20 +104,20 @@ const HeaderMenu = (props: Props) => {
- +
  • + {t('menu.teams')} +
  • + +
  • +
    + {t('menu.guides')} + {t('menu.logout')} +
    +
  • -
  • - {t('menu.teams')} -
  • - -
  • -
    - {t('menu.guides')} - {t('menu.logout')} -
    -
  • -
    + +