Skip to content

Commit

Permalink
Make 99 instead of 95
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Feb 16, 2024
1 parent f739f6a commit cff34f2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1080,10 +1080,8 @@ const AirdropStats = ({
navigate,
isMobile,
}: IAirdropStats) => {
const dayDiff = epochMax - epochDays;
const epochDaysLeft = 1;
const percentage = 5;
const epochPercentage = 95;
const epochPercentage = 99;

return (
<div
Expand Down

0 comments on commit cff34f2

Please sign in to comment.