Update enterprise-iam-services.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-29 14:21:47 +01:00 committed by GitHub
parent 1d93035fc2
commit afb6d3cb72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
},