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,
|
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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user