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
1d93035fc2
commit
afb6d3cb72
@ -16,7 +16,9 @@ import {
|
|||||||
Magento,
|
Magento,
|
||||||
Presta,
|
Presta,
|
||||||
Nextcloud,
|
Nextcloud,
|
||||||
Nuxtjs
|
Nuxtjs,
|
||||||
|
Laravel,
|
||||||
|
Gridsome
|
||||||
} from "../assets/integration-icons";
|
} from "../assets/integration-icons";
|
||||||
import { useInView } from "framer-motion";
|
import { useInView } from "framer-motion";
|
||||||
|
|
||||||
@ -251,7 +253,7 @@ const list = [
|
|||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Clerk {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Laravel {...props} />,
|
||||||
label: "Laravel",
|
label: "Laravel",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
@ -271,7 +273,7 @@ const list = [
|
|||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Expo {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Gridsome {...props} />,
|
||||||
label: "Gridsome",
|
label: "Gridsome",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user