From 965086288cb99dc13befee8354459f83bb78bb43 Mon Sep 17 00:00:00 2001 From: Mauricio Zanetti Filho Date: Fri, 1 Mar 2024 04:10:05 -0300 Subject: [PATCH 1/2] fix: URL to info swap --- .vscode/settings.json | 2 +- src/components/NavBar/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5538922c8e0..8a74b3d6c45 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,7 @@ "editor.formatOnSave": false, "editor.inlineSuggest.enabled": true, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "files.eol": "\n", "eslint.enable": true, diff --git a/src/components/NavBar/index.tsx b/src/components/NavBar/index.tsx index 60870279f5c..fdc7250182d 100644 --- a/src/components/NavBar/index.tsx +++ b/src/components/NavBar/index.tsx @@ -88,10 +88,10 @@ export const PageTabs = () => { Positions - + Pools - + Tokens From 4d4127219800ac62a16e9c2ffafd7a042e6ebea7 Mon Sep 17 00:00:00 2001 From: Mauricio Zanetti Filho Date: Fri, 1 Mar 2024 04:17:31 -0300 Subject: [PATCH 2/2] update: change navbar UX --- src/components/NavBar/index.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/NavBar/index.tsx b/src/components/NavBar/index.tsx index fdc7250182d..db67b0520bf 100644 --- a/src/components/NavBar/index.tsx +++ b/src/components/NavBar/index.tsx @@ -85,15 +85,21 @@ export const PageTabs = () => { )} - Positions + Pools - - Pools + + + InfoSwap + + {/* Removed menu item + Tokens + */} +