mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update enterprise-iam-services.tsx
This commit is contained in:
parent
09b375691f
commit
ffb1997388
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user