Skip to content

Commit

Permalink
feat(website): add bitget to ecosystem (#14536)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz authored Aug 20, 2023
1 parent 4fe5ccd commit 2ec21a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/website/components/Ecosystem/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ interface EcosystemData {
}

const ecosystemData: EcosystemData[] = [
{
icon: "/images/ecosystem/bitget.png",
name: "BitGet Wallet",
link: "https://web3.bitget.com/",
description: "Faster trading with your Web3 trading wallet of the future.",
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/blockscout.svg",
name: "Blockscout",
Expand Down
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 2ec21a3

Please sign in to comment.