Skip to content

Commit

Permalink
Develop disable epoch manually (#2547)
Browse files Browse the repository at this point in the history
* Hardcode number to 95% and 1 day

* Make 99 instead of 95

* Manually disable the airdrop page

---------

Co-authored-by: user <[email protected]>
  • Loading branch information
af-afk and user authored Feb 17, 2024
1 parent 82b683d commit 694393c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,8 @@ const AirdropStats = ({
navigate,
isMobile,
}: IAirdropStats) => {
const epochDaysLeft = 1;
const epochPercentage = 99;
const epochDaysLeft = 0;
const epochPercentage = 100;

return (
<div
Expand Down

0 comments on commit 694393c

Please sign in to comment.