From 12ca854c4852f28367a51cb35f9dec6e2e5ff025 Mon Sep 17 00:00:00 2001 From: SwiftHawk Date: Mon, 3 Jun 2024 19:46:42 +0500 Subject: [PATCH] feat: make verify page public and add verify option in user menu list --- src/components/AppBar/AppBar.tsx | 12 ++++++++++++ src/pages/home/index.tsx | 4 ++-- src/pages/sign/index.tsx | 4 ++-- src/routes/index.tsx | 10 +++++----- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index a44030b..dd21b03 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -185,6 +185,18 @@ export const AppBar = () => { > Settings + { + setAnchorElUser(null) + + navigate(appPublicRoutes.verify) + }} + sx={{ + justifyContent: 'center' + }} + > + Verify + { const navigate = useNavigate() @@ -21,7 +21,7 @@ export const HomePage = () => { Sign