Skip to content

Commit

Permalink
chore(website): update ecosystem page (#13911)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Jun 7, 2023
1 parent b5fa2d9 commit 7d523ae
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
26 changes: 20 additions & 6 deletions packages/website/components/EcosystemSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ import EcosystemCard from "./EcosystemCard";

export default function EcosystemSection() {
const ecosystemData = [
{
icon: "/images/ecosystem/blockscout.svg",
name: "Blockscout",
link: "https://blockscout.com",
description:
"Blockchain Explorer for inspecting and analyzing EVM Chains.",
},
{
icon: "/images/ecosystem/taiko.svg",
name: "Bridge",
link: "https://bridge.test.taiko.xyz",
description: "Bridge is a dapp that lets you bridge tokens with Taiko.",
},
{
icon: "/images/ecosystem/taiko.svg",
name: "Swap",
link: "https://swap.test.taiko.xyz",
description: "Swap is a dapp that lets you swap tokens on Taiko.",
},
{
icon: "/images/ecosystem/orbiter.jpg",
name: "Orbiter",
Expand All @@ -28,6 +29,19 @@ export default function EcosystemSection() {
description:
"Loopring is your mobile gateway to Ethereum L2, enabling you to easily trade, swap, collect, stake, and invest without the costly gas fees.",
},
// {
// icon: "/images/ecosystem/taiko.svg",
// name: "Swap",
// link: "https://swap.test.taiko.xyz",
// description: "Swap is a dapp that lets you swap tokens on Taiko.",
// },
{
icon: "/images/ecosystem/zkpool.png",
name: "ZKPool",
link: "https://zkpool.io/",
description:
"ZKPool aggregates the computing power of accelerators for zero-knowledge proofs and provides services to ZKP applications.",
},
];

return (
Expand Down
3 changes: 3 additions & 0 deletions packages/website/public/images/ecosystem/blockscout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 7d523ae

Please sign in to comment.