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
707c465505
commit
62b751bbd2
@ -10,6 +10,7 @@ import {
|
||||
Expo,
|
||||
Google,
|
||||
Okta,
|
||||
Wordpress
|
||||
} from "../assets/integration-icons";
|
||||
import { useInView } from "framer-motion";
|
||||
|
||||
@ -224,7 +225,7 @@ const PackageItem = (props: {
|
||||
|
||||
const list = [
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <AwsCognito {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Wordpress {...props} />,
|
||||
label: "WordPress",
|
||||
tooltip: null,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user