Skip to content

Commit

Permalink
chore: add partner blockspot
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jun 21, 2021
1 parent c726cbd commit e2aa763
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added src/page/Home/img/partner/partner-28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/page/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ import partner24 from './img/partner/partner-24.png'
import partner25 from './img/partner/partner-25.png'
import partner26 from './img/partner/partner-26.png'
import partner27 from './img/partner/partner-27.png'
import partner28 from './img/partner/partner-28.png'

import news44 from "../Media/img/news44.png"
import news45 from "../Media/img/news45.png"
Expand Down Expand Up @@ -245,6 +246,11 @@ class Home extends Component {
name: 'TokenInsight',
url: 'https://tokeninsight.com/'
},
'blockspot': {
logo: partner28,
name: 'Blockspot',
url: 'https://blockspot.io/'
},
}

this.tokenInfo = {
Expand All @@ -267,7 +273,7 @@ class Home extends Component {
'ankr', 'bondly', 'crust', 'reef', 'bihu', 'evolutionland',
'imtoken', 'mathwallet', 'cobowallet', 'polkawallet', 'sssnodes', 'waterdrip',
'consensus', 'bitrise', 'seven', 'digital', 'ddex', 'otcmaker',
'polkabase', 'polkaworld', 'tokeninsight'
'polkabase', 'polkaworld', 'tokeninsight', 'blockspot'
]
this.detectMetaMaskTimer = null;
}
Expand Down

0 comments on commit e2aa763

Please sign in to comment.