From 8b25eaacf1fb946c843ab59590dd6f6a54016edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20=C5=A0ijak?= Date: Wed, 22 Nov 2023 14:36:26 +0100 Subject: [PATCH 1/2] Added a website which uses t3 --- www/src/components/docs/companyList.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/src/components/docs/companyList.tsx b/www/src/components/docs/companyList.tsx index a9b6c74f17..947baf6aeb 100644 --- a/www/src/components/docs/companyList.tsx +++ b/www/src/components/docs/companyList.tsx @@ -50,6 +50,11 @@ const companies: Company[] = [ linkName: "flowgpt.com", link: "https://flowgpt.com", }, + { + name: "AIKeywording", + linkName: "aikeywording.com/", + link: "https://aikeywording.com/", + }, ]; export default function CompanyList({ From 41a5df1aa70a39b9cb476c819720afd6be69d947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20=C5=A0ijak?= Date: Mon, 25 Dec 2023 16:23:56 +0100 Subject: [PATCH 2/2] fixed formatting --- www/src/components/docs/companyList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/components/docs/companyList.tsx b/www/src/components/docs/companyList.tsx index 947baf6aeb..1ef42af4ac 100644 --- a/www/src/components/docs/companyList.tsx +++ b/www/src/components/docs/companyList.tsx @@ -50,7 +50,7 @@ const companies: Company[] = [ linkName: "flowgpt.com", link: "https://flowgpt.com", }, - { + { name: "AIKeywording", linkName: "aikeywording.com/", link: "https://aikeywording.com/",