Skip to content

Commit

Permalink
feat(website): add AIT Protocol to ecosystem (#14868)
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh authored and KorbinianK committed Oct 2, 2023
1 parent 70e3034 commit 350e935
Showing 1 changed file 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/ait.png",
name: "AIT Protocol",
link: "https://ait.tech/",
description: "AIT Protocol is the first’s Web3 data infrastructure focusing on AI data annotations, leverages blockchain technology to deliver a trustless and cross-border labor market being strategically incentivized by crypto economics and having instant cross-nation payment settlements.",
filters: [],
isLive: true,
},
{
icon: "/images/ecosystem/alphamint.png",
name: "Alphamint",
Expand Down

0 comments on commit 350e935

Please sign in to comment.