Update enterprise-iam-services.tsx

This commit is contained in:
Filip Cumpalovic
2024-02-29 13:41:39 +01:00
committed by GitHub
parent 6a374e0cc1
commit 4eb1bac6bc

View File

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