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