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