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 Oct 2, 2023
1 parent 145f0d8 commit bfd1c62
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/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
Binary file added packages/website/public/images/ecosystem/ait.png
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 bfd1c62

Please sign in to comment.