Update enterprise-iam-services.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-29 14:04:05 +01:00 committed by GitHub
parent 6a4abfff3b
commit 6b98cbef16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},