Skip to content

Commit

Permalink
Reenable some informative buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jul 23, 2024
1 parent 6226aa3 commit 352a267
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTMLDivElement> {
bottles: BottleTiers;
Expand Down Expand Up @@ -1967,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
</LinkButton>
Expand Down Expand Up @@ -2011,7 +2010,6 @@ const RecapModal = ({
<GeneralButton
handleClick={() => window?.open(AIRDROP_BLOG_POST, "_blank")}
icon={<ArrowTopRight />}
disabled
>
See criteria
</GeneralButton>
Expand Down

0 comments on commit 352a267

Please sign in to comment.