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 = () => {