From d3fa482bcc2896b52d3f9fbba66ee87ce7d9751d Mon Sep 17 00:00:00 2001 From: C Date: Tue, 31 Jan 2023 03:16:23 +0900 Subject: [PATCH] Update AppBar.tsx --- src/components/AppBar.tsx | 94 ++++++++++++++++++--------------------- 1 file changed, 44 insertions(+), 50 deletions(-) diff --git a/src/components/AppBar.tsx b/src/components/AppBar.tsx index d6871fd4e..a26bd4ff4 100644 --- a/src/components/AppBar.tsx +++ b/src/components/AppBar.tsx @@ -15,9 +15,8 @@ export const AppBar: React.FC = () => { const [isOpen, setIsOpen] = useState(false); return (
- {/* NavBar / Header */} -
+
@@ -49,60 +48,55 @@ export const AppBar: React.FC = () => {
{/* Nav Links */} - - {/* Wallet & Settings */}
- - Home - - - Basics - - -
-