Update enterprise-iam-services.tsx

This commit is contained in:
Stefan Pejcic 2024-03-01 10:06:06 +01:00 committed by GitHub
parent 09b375691f
commit ffb1997388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,9 +16,9 @@ import {
Magento,
Presta,
Nextcloud,
Nuxtjs,
Laravel,
Gridsome
//Nuxtjs,
//Gridsome,
Laravel
} from "../assets/integration-icons";
import { useInView } from "framer-motion";
@ -267,7 +267,7 @@ const list = [
label: "PrestaShop",
tooltip: null,
},
{
/* {
icon: (props: SVGProps<SVGSVGElement>) => <Nuxtjs {...props} />,
label: "Nuxt.js",
tooltip: null,
@ -277,4 +277,5 @@ const list = [
label: "Gridsome",
tooltip: null,
},
*/
] as const;