Skip to content

Commit

Permalink
Adding EcoToken to the company list. (#1313)
Browse files Browse the repository at this point in the history
EcoToken is currently using the T3 stack with create-t3-turbo for development and production. I am looking to add it to the company list. You can find the source code here: https://github.com/ecoWarriors/web-ecotoken
  • Loading branch information
keeandev committed Mar 30, 2023
1 parent bc3f328 commit 418fcde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions www/src/components/docs/companyList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const companies: Company[] = [
linkName: "layer3.xyz",
link: "https://layer3.xyz",
},
{
name: "EcoToken",
linkName: "ecotokens.net",
link: "https://ecotokens.net",
}
];

export default function CompanyList({
Expand Down

1 comment on commit 418fcde

@vercel
Copy link

@vercel vercel bot commented on 418fcde Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.