diff --git a/src/components/DashboardS2/Tabs/EcoDApps.tsx b/src/components/DashboardS2/Tabs/EcoDApps.tsx index 46a44d2..b472dd8 100644 --- a/src/components/DashboardS2/Tabs/EcoDApps.tsx +++ b/src/components/DashboardS2/Tabs/EcoDApps.tsx @@ -682,6 +682,36 @@ export default function EcoDApps({ const meson = geNovaCategoryUserPointsByProject("meson"); const arr: EcoDAppItem[] = [ + { + category: "other", + iconURL: "/img/icon-bullishs.png", + name: "Bullishs", + link: "https://www.bullishs.io", + handler: "@bullishs_io", + type: "DEX", + rewardsIcon: [ + { name: "Nova Points", iconURL: "/img/icon-rewards-nova.svg" }, + ], + rewards: "Interaction", + holdingPoints: getHoldingPointsByProject("bullishs"), + totalPoints: getTotalPointsByProject("bullishs"), + remainSpinNum: getSpinByProject("bullishs").remainSpinNum, + projectName: "bullishs", + details: [ + { + booster: ( +
+

+ 1 transaction to earn 0.5 Nova points and multiple other + rewards. +

+
+ ), + description: `The First Omni Chains Game with Seamless Transaction Tech involved, 1 transaction to earn multiple rewards.`, + action: "Use Protocol", + }, + ], + }, { category: "nativeboost", iconURL: "/img/icon-novaswap.svg", @@ -1326,36 +1356,6 @@ export default function EcoDApps({ }, ], }, - { - category: "other", - iconURL: "/img/icon-bullishs.png", - name: "Bullishs", - link: "https://www.bullishs.io", - handler: "@bullishs_io", - type: "DEX", - rewardsIcon: [ - { name: "Nova Points", iconURL: "/img/icon-rewards-nova.svg" }, - ], - rewards: "Interaction", - holdingPoints: getHoldingPointsByProject("bullishs"), - totalPoints: getTotalPointsByProject("bullishs"), - remainSpinNum: getSpinByProject("bullishs").remainSpinNum, - projectName: "bullishs", - details: [ - { - booster: ( -
-

- 1 transaction to earn 0.5 Nova points and multiple other - rewards. -

-
- ), - description: `The First Omni Chains Game with Seamless Transaction Tech involved, 1 transaction to earn multiple rewards.`, - action: "Use Protocol", - }, - ], - }, ]; return tabActive