Update enterprise-iam-services.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-29 13:16:21 +01:00 committed by GitHub
parent 707c465505
commit 62b751bbd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ import {
Expo, Expo,
Google, Google,
Okta, Okta,
Wordpress
} from "../assets/integration-icons"; } from "../assets/integration-icons";
import { useInView } from "framer-motion"; import { useInView } from "framer-motion";
@ -224,7 +225,7 @@ const PackageItem = (props: {
const list = [ const list = [
{ {
icon: (props: SVGProps<SVGSVGElement>) => <AwsCognito {...props} />, icon: (props: SVGProps<SVGSVGElement>) => <Wordpress {...props} />,
label: "WordPress", label: "WordPress",
tooltip: null, tooltip: null,
}, },