Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: adding ecotoken to the company list #1313

Merged
merged 1 commit into from
Mar 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding EcoToken to the company list.
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 29, 2023
commit 6f49c2421f6e73624da06c77ec9eba282d1782e5
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