From 9ebc354bb1d0bca898e7d88ecd4ce73719a3f2c2 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Tue, 5 Sep 2023 10:48:47 +0000 Subject: [PATCH] Change state to AuthNavItems to simulate signed up user --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 7853659..6bece4a 100644 --- a/src/App.js +++ b/src/App.js @@ -29,7 +29,7 @@ const AuthNavItems = [ ] /// application states -const [nav, setNav ] = useState( navItems ) +const [nav, setNav ] = useState( AuthNavItems ) const saySomething = ( word ) => {