diff --git a/src/components/dapp-staking/my-staking/DynamicAdsArea.vue b/src/components/dapp-staking/my-staking/DynamicAdsArea.vue index f686654d5..b8c45310f 100644 --- a/src/components/dapp-staking/my-staking/DynamicAdsArea.vue +++ b/src/components/dapp-staking/my-staking/DynamicAdsArea.vue @@ -21,10 +21,14 @@
{{ t.category }}
+ {{ t.title }} +
+
{{ t.subtitle }}
@@ -84,12 +88,15 @@ export default defineComponent({ }; const sourceImg = (img: string, index: number) => { + // MEMO: will be rollback later + // if (index === 0) { + // if (isShiden.value) { + // return require('/src/assets/img/ic_sdn_farm.svg'); + // } else { + // return require('/src/assets/img/ic_astar_farm.svg'); + // } if (index === 0) { - if (isShiden.value) { - return require('/src/assets/img/ic_sdn_farm.svg'); - } else { - return require('/src/assets/img/ic_astar_farm.svg'); - } + return require('/src/assets/img/paras_logo.svg'); } else if (index === 1) { return require('/src/assets/img/paras_logo.svg'); } else if (index === 2) {