Skip to content

Commit

Permalink
update dapps
Browse files Browse the repository at this point in the history
  • Loading branch information
zkLeonardo committed Aug 21, 2024
1 parent 7abedc6 commit 41a1357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/DashboardS2/Tabs/EcoDApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 41a1357

Please sign in to comment.