Update enterprise-iam-services.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-29 13:57:22 +01:00 committed by GitHub
parent 57573b9a9d
commit fdb04e6df3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,8 @@ import {
Google, Google,
Okta, Okta,
Wordpress, Wordpress,
Joomla Joomla,
Drupal
} from "../assets/integration-icons"; } from "../assets/integration-icons";
import { useInView } from "framer-motion"; import { useInView } from "framer-motion";
@ -241,7 +242,7 @@ const list = [
tooltip: null, tooltip: null,
}, },
{ {
icon: (props: SVGProps<SVGSVGElement>) => <Okta {...props} />, icon: (props: SVGProps<SVGSVGElement>) => <Drupal {...props} />,
label: "Drupal", label: "Drupal",
tooltip: null, tooltip: null,
}, },