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