Skip to content

Commit

Permalink
docs: add River to company list (t3-oss#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernii committed Aug 8, 2023
1 parent a65071e commit c37aa85
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 @@ -35,6 +35,11 @@ const companies: Company[] = [
linkName: "greatfrontend.com",
link: "https://www.greatfrontend.com",
},
{
name: "River",
linkName: "getriver.io",
link: "https://getriver.io",
},
];

export default function CompanyList({
Expand Down

0 comments on commit c37aa85

Please sign in to comment.