From eb1595af0fcc43745e99e6202840f25432a4f17f Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Thu, 25 Jul 2024 17:50:27 +0530 Subject: [PATCH] Navigate to user verification after accepting terms and conditions --- src/App.tsx | 2 +- src/pages/TermsAndConditions.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6c5fedd..72ce01f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,11 +19,11 @@ function App() { } /> - } /> } /> + } /> }> } /> { const navigate = useNavigate(); const handleAccept = () => { - navigate('/connect-wallet'); + navigate('/user-verification'); }; return (