diff --git a/src/components/DashboardS2/Tabs/EcoDApps.tsx b/src/components/DashboardS2/Tabs/EcoDApps.tsx index 720f56d..d367578 100644 --- a/src/components/DashboardS2/Tabs/EcoDApps.tsx +++ b/src/components/DashboardS2/Tabs/EcoDApps.tsx @@ -1264,7 +1264,7 @@ export default function EcoDApps({ ], }, { - category: "other", + category: "lending", iconURL: "/img/icon-sumermoney.jpg", name: "Sumer.money", link: "https://app.sumer.money/", @@ -1273,7 +1273,7 @@ export default function EcoDApps({ rewardsIcon: [ { name: "Nova Points", iconURL: "/img/icon-rewards-nova.svg" }, ], - rewards: "Mint", + rewards: "Lending", holdingPoints: getHoldingPointsByProject("sumermoney"), totalPoints: getTotalPointsByProject("sumermoney"), remainSpinNum: getSpinByProject("sumermoney").remainSpinNum, @@ -1301,7 +1301,7 @@ export default function EcoDApps({ rewardsIcon: [ { name: "Nova Points", iconURL: "/img/icon-rewards-nova.svg" }, ], - rewards: "Mint", + rewards: "Farming", holdingPoints: getHoldingPointsByProject("desyn"), totalPoints: getTotalPointsByProject("desyn"), remainSpinNum: getSpinByProject("desyn").remainSpinNum,