diff --git a/src/pages/saas-producthunt.js b/src/pages/saas-producthunt.js index bb7097c5..07f055f6 100644 --- a/src/pages/saas-producthunt.js +++ b/src/pages/saas-producthunt.js @@ -240,11 +240,6 @@ const customersList = [ url: 'https://supertokens.com', logo: require('/img/product-hunt/supertokens.svg').default, }, - - { - url: 'https://www.cerbos.dev', - logo: require('/img/product-hunt/cerbos.svg').default, - }, { url: 'https://www.salita.no', logo: require('/img/product-hunt/salita.svg').default, @@ -253,10 +248,6 @@ const customersList = [ url: 'https://www.unosecur.com', logo: require('/img/product-hunt/unosecur.svg').default, }, - // { - // url: 'https://www.unicis.tech', - // logo: require('/img/product-hunt/unicis.svg').default, - // }, ]; const CustomersSection = () => { @@ -268,39 +259,31 @@ const CustomersSection = () => { >
{customersList.map(({ logo, url }, idx) => ( -
-
-
- -
-
+
+
))}
-

and more -

+
); };