Skip to content

Commit

Permalink
fix epoch3 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zkLeonardo committed Sep 2, 2024
1 parent de53cc8 commit 4c0199e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/DashboardS2/Tabs/Protfolio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ export default function Portfolio({
}}
content={
<div>
{epochActive === 0 && (
{epochActive !== epochList.length - 1 && (
<div>
<>
<div className="mb-[16px] text-[14px] font-[700]">
Expand Down
10 changes: 4 additions & 6 deletions src/pages/DashboardS2/index2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default function Dashboard() {
},
{
iconURL: "/img/icon-sector-5.svg",
name: "Lending",
name: "Lending & Staking",
category: "lending",
},
// {
Expand Down Expand Up @@ -638,9 +638,7 @@ export default function Dashboard() {
return (
<Container>
<div className="side fixed right-[8px] md:right-[32px] top-[120px] z-[9] max-w-[350px] md:max-w-[392px] w-full md:w-[392px]">
<ZKLClaimAd />
<MysteryBoxIII />
{/* <GoogleRecaptcha /> */}
</div>

<div className="mt-[29.6px] mx-auto max-w-[1246px] hidden md:block">
Expand All @@ -658,9 +656,9 @@ export default function Dashboard() {
</div>

<div className="desc whitespace-nowrap">
<div className="mt-[12px]">
The 30 million $ZKL will be distributed over at least Three
Epochs.
<div className="mt-[12px] max-w-[400px] whitespace-normal">
The 30 million $ZKL will be distributed by epoches, based on
milestone achievement.
</div>
<div className="mt-[12px] before">
Epoch One (From May 30th to July 15th)
Expand Down

0 comments on commit 4c0199e

Please sign in to comment.