From a897b333bec69792ae85005cc196f62c5fa5fffa Mon Sep 17 00:00:00 2001 From: bufan Date: Tue, 26 Dec 2023 15:02:00 +0800 Subject: [PATCH 1/2] add console link in nav --- packages/client/scan/src/components/Nav.tsx | 50 +++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/packages/client/scan/src/components/Nav.tsx b/packages/client/scan/src/components/Nav.tsx index a7363e73..aca21a47 100644 --- a/packages/client/scan/src/components/Nav.tsx +++ b/packages/client/scan/src/components/Nav.tsx @@ -60,6 +60,14 @@ export default function Nav() { + +
+ +
+
Console
+
+
+
@@ -199,6 +207,48 @@ function DappIconActive() { ) } +function ConsoleIcon() { + return ( + + + + + ) +} + +function ConsoleIconActive() { + return ( + + + + + ) +} + const NavContainer = styled.nav` width: 70px; From a12c73dd070049d686426e43e04fa22fa56aa4da Mon Sep 17 00:00:00 2001 From: bufan Date: Tue, 26 Dec 2023 15:04:17 +0800 Subject: [PATCH 2/2] add console link in nav --- packages/client/scan/src/components/Nav.tsx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/packages/client/scan/src/components/Nav.tsx b/packages/client/scan/src/components/Nav.tsx index aca21a47..3362f5df 100644 --- a/packages/client/scan/src/components/Nav.tsx +++ b/packages/client/scan/src/components/Nav.tsx @@ -228,27 +228,6 @@ function ConsoleIcon() { ) } -function ConsoleIconActive() { - return ( - - - - - ) -} - const NavContainer = styled.nav` width: 70px;