Skip to content

Commit

Permalink
Add chainlink to the Ecosystem Partners block
Browse files Browse the repository at this point in the history
  • Loading branch information
tmedetbekov committed Dec 13, 2021
1 parent 90e5451 commit b7fe6b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/FeaturedIn/FeaturedIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import coingecko from './coingecko.svg'
import ens from './ens.svg'
import blockchair from './blockchair.svg'
import walletConnect from './wallet-connect.svg'
import chainlink from './chainlink.svg'
import ethereum from './ethereum.svg'
import oneInch from './1inch.svg'

Expand Down Expand Up @@ -41,6 +42,9 @@ function FeaturedIn() {
<a target="_blank" href="https://walletconnect.org/wallets" rel="noopener noreferrer">
<img className="Featured-item" src={walletConnect} alt="Wallet Connect" />
</a>
<a target="_blank" href="https://chain.link/" rel="noopener noreferrer">
<img className="Featured-item" src={chainlink} alt="ChainLink" />
</a>
<a target="_blank" href="https://ens.domains/" rel="noopener noreferrer">
<img className="Featured-item" src={ens} alt="ENS" />
</a>
Expand Down
12 changes: 12 additions & 0 deletions src/components/FeaturedIn/chainlink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7fe6b6

Please sign in to comment.