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:
@@ -12,7 +12,8 @@ import {
|
||||
Okta,
|
||||
Wordpress,
|
||||
Joomla,
|
||||
Drupal
|
||||
Drupal,
|
||||
Magento
|
||||
} from "../assets/integration-icons";
|
||||
import { useInView } from "framer-motion";
|
||||
|
||||
@@ -232,7 +233,7 @@ const list = [
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Auth0 {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Magento {...props} />,
|
||||
label: "Magento",
|
||||
tooltip: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user