From 4c0199e609435dd892e03cea31b8cc4b47c01399 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 2 Sep 2024 19:32:34 +0800 Subject: [PATCH] fix epoch3 issue --- src/components/DashboardS2/Tabs/Protfolio.tsx | 2 +- src/pages/DashboardS2/index2.tsx | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/DashboardS2/Tabs/Protfolio.tsx b/src/components/DashboardS2/Tabs/Protfolio.tsx index 7f51c918..c547b2a4 100644 --- a/src/components/DashboardS2/Tabs/Protfolio.tsx +++ b/src/components/DashboardS2/Tabs/Protfolio.tsx @@ -541,7 +541,7 @@ export default function Portfolio({ }} content={
- {epochActive === 0 && ( + {epochActive !== epochList.length - 1 && (
<>
diff --git a/src/pages/DashboardS2/index2.tsx b/src/pages/DashboardS2/index2.tsx index 4c3cc83c..78b94b4f 100644 --- a/src/pages/DashboardS2/index2.tsx +++ b/src/pages/DashboardS2/index2.tsx @@ -303,7 +303,7 @@ export default function Dashboard() { }, { iconURL: "/img/icon-sector-5.svg", - name: "Lending", + name: "Lending & Staking", category: "lending", }, // { @@ -638,9 +638,7 @@ export default function Dashboard() { return (
- - {/* */}
@@ -658,9 +656,9 @@ export default function Dashboard() {
-
- The 30 million $ZKL will be distributed over at least Three - Epochs. +
+ The 30 million $ZKL will be distributed by epoches, based on + milestone achievement.
Epoch One (From May 30th to July 15th)