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