diff --git a/apps/site/src/components/logo-parade.tsx b/apps/site/src/components/logo-parade.tsx index 2fe4e6839d..d80c4b48e2 100644 --- a/apps/site/src/components/logo-parade.tsx +++ b/apps/site/src/components/logo-parade.tsx @@ -24,13 +24,6 @@ const logoParade = [ width: 110, height: 40, }, - { - label: "Twiga", - imageUrl: `/icons/companies/twiga.svg`, - url: "https://twiga.com/", - width: 55, - height: 61, - }, { label: "Panther", imageUrl: `/icons/companies/panther.svg`, diff --git a/packages/ui/src/components/logo-parade.tsx b/packages/ui/src/components/logo-parade.tsx index 98a488cf46..2da8e13a75 100644 --- a/packages/ui/src/components/logo-parade.tsx +++ b/packages/ui/src/components/logo-parade.tsx @@ -24,13 +24,6 @@ const logoParade = [ width: 110, height: 40, }, - { - label: "Twiga", - imageUrl: `/icons/companies/twiga.svg`, - url: "https://twiga.com/", - width: 55, - height: 61, - }, { label: "Panther", imageUrl: `/icons/companies/panther.svg`,