From c0614147da189344cb7127ac5fa6f0bd8ac2766c Mon Sep 17 00:00:00 2001 From: jbamlee Date: Fri, 20 Oct 2023 01:09:47 +0900 Subject: [PATCH] Revert "Merge pull request #176 from terraswap/chore/disabled-dashboard" This reverts commit 783b4abeb33d5e0629b32e8c79199cbb9ec72445, reversing changes made to 4ee9faed2d65ff27a2f5fbd446975c00eef6aed0. --- src/layouts/Sidebar.tsx | 19 +++++++------------ src/routes.tsx | 2 +- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/src/layouts/Sidebar.tsx b/src/layouts/Sidebar.tsx index 990a1c20..b76ac4f0 100644 --- a/src/layouts/Sidebar.tsx +++ b/src/layouts/Sidebar.tsx @@ -9,7 +9,6 @@ import { socialMediaList } from "constants/constants" import SocialMediaAnchor from "components/SocialMediaAnchor" import ChangeVersionButton from "components/ChangeVersionButton" import useMigration from "hooks/useMigration" -import Tooltip from "components/Tooltip" const Wrapper = styled.div<{ isOpen: boolean }>` width: 100%; @@ -191,17 +190,13 @@ const Sidebar = () => { ) : (
- - close()} - aria-disabled - style={{ pointerEvents: "none", opacity: 0.5 }} - > - Dashboard - - + close()} + > + Dashboard + close()}> Swap diff --git a/src/routes.tsx b/src/routes.tsx index 7842ed5a..3a356cbf 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -6,7 +6,7 @@ import Swap from "./pages/Swap" export default () => ( - {/* } /> */} + } /> } /> } /> } />