From 895fbeb5739617a3c10ae2781f9d44e531fa1a4d Mon Sep 17 00:00:00 2001 From: Bill He Date: Fri, 29 Sep 2023 16:12:28 -0400 Subject: [PATCH] address comments --- src/pages/rewards/RewardsPage.tsx | 18 ++++++++++-------- src/views/dialogs/KeplrDialog.tsx | 8 ++++++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/pages/rewards/RewardsPage.tsx b/src/pages/rewards/RewardsPage.tsx index 6777f34..71b69e5 100644 --- a/src/pages/rewards/RewardsPage.tsx +++ b/src/pages/rewards/RewardsPage.tsx @@ -3,7 +3,7 @@ import { useDispatch, useSelector } from 'react-redux'; import { CLIENT_NETWORK_CONFIGS } from '@/constants/networks'; import { STRING_KEYS } from '@/constants/localization'; -import { ButtonAction, ButtonSize, ButtonType } from '@/constants/buttons'; +import { ButtonAction, ButtonSize, ButtonState, ButtonType } from '@/constants/buttons'; import { DialogTypes } from '@/constants/dialogs'; import { breakpoints } from '@/styles'; @@ -48,7 +48,7 @@ export const RewardsPage = () => { const MIGRATE_HELP_URL = 'https://help.dydx.exchange/'; const GOVERNANCE_HELP_URL = 'https://help.dydx.exchange/'; const STAKING_HELP_URL = 'https://help.dydx.exchange/'; - const BRIDGE_URL = 'https://bridge.dydx.exchange/'; + // const BRIDGE_URL = 'https://bridge.dydx.exchange/'; return ( @@ -76,8 +76,8 @@ export const RewardsPage = () => {