diff --git a/web/app.fluidity.money/app/routes/$network/dashboard.tsx b/web/app.fluidity.money/app/routes/$network/dashboard.tsx index 387abdb3a..e7c016a88 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard.tsx @@ -417,9 +417,9 @@ export default function Dashboard() { const otherModalOpen = openMobModal || - walletModalVisibility || - connectedWalletModalVisibility || - chainModalVisibility + walletModalVisibility || + connectedWalletModalVisibility || + chainModalVisibility ? true : false; @@ -495,9 +495,8 @@ export default function Dashboard() { {/* Fluidify Money button, in a portal with z-index above tooltip if another modal isn't open */} navigate("../fluidify")} @@ -884,7 +883,21 @@ export default function Dashboard() { setStakingStatsModalVisibility(true)}> STAKING - ]} + , +
  • +
    + + + GET FLY + + +
  • + ]} activeIndex={activeIndex} chains={chainNameMap} unclaimedFluid={userUnclaimedRewards}