diff --git a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx index 6450dc31e..08038d3b0 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard/airdrop/common.tsx @@ -69,7 +69,7 @@ const MAX_STAKING_DAYS = 365; const MINIMUM_FLUID_LIQUIDITY_USD = 10; const AIRDROP_BLOG_POST = - "https://blog.fluidity.money/announcing-the-fluidity-airdrop-and-ico-4c72172acb64"; + "https://blog.fluidity.money/announcing-the-fluidity-airdrop-season-3-fb5890a10e54"; interface IBottleDistribution extends React.HTMLAttributes { bottles: BottleTiers; @@ -1895,6 +1895,12 @@ const RecapModal = ({ > Stake your $FLY airdrop + handleClaimYourFly("stake")} + > + Convert to $SPN points + ); @@ -1961,7 +1967,6 @@ const RecapModal = ({ size="large" type="external" handleClick={() => window?.open(AIRDROP_BLOG_POST, "_blank")} - disabled > Click here to learn more about $FLY distribution @@ -2005,7 +2010,6 @@ const RecapModal = ({ window?.open(AIRDROP_BLOG_POST, "_blank")} icon={} - disabled > See criteria diff --git a/web/app.fluidity.money/app/styles/dashboard/airdrop.css b/web/app.fluidity.money/app/styles/dashboard/airdrop.css index a582a8e91..5d28e4e6f 100644 --- a/web/app.fluidity.money/app/styles/dashboard/airdrop.css +++ b/web/app.fluidity.money/app/styles/dashboard/airdrop.css @@ -972,12 +972,9 @@ padding-bottom: 20px; } -.recap-fly-count-buttons-spread > button:nth-child(1) { - margin-right: 10px; -} - .recap-fly-count-buttons-spread > button:nth-child(2) { margin-left: 10px; + margin-right: 10px; } .recap-fly-count-buttons-spread-container { diff --git a/web/app.fluidity.money/app/styles/dashboard/airdrop.scss b/web/app.fluidity.money/app/styles/dashboard/airdrop.scss index b305f9871..619fa1333 100644 --- a/web/app.fluidity.money/app/styles/dashboard/airdrop.scss +++ b/web/app.fluidity.money/app/styles/dashboard/airdrop.scss @@ -1110,12 +1110,9 @@ $holo: linear-gradient( padding-bottom: 20px; } -.recap-fly-count-buttons-spread > button:nth-child(1) { - margin-right: 10px; -} - .recap-fly-count-buttons-spread > button:nth-child(2) { margin-left: 10px; + margin-right: 10px; } .recap-fly-count-buttons-spread-container { @@ -1129,9 +1126,6 @@ $holo: linear-gradient( flex-direction: row; } -.recap-you-are-eligible-ethereum-address-delegate-solana { -} - .legal { margin-top: 1em; }