diff --git a/documentation/src/refine-theme/enterprise-iam-services.tsx b/documentation/src/refine-theme/enterprise-iam-services.tsx index 537ca003..45c95015 100644 --- a/documentation/src/refine-theme/enterprise-iam-services.tsx +++ b/documentation/src/refine-theme/enterprise-iam-services.tsx @@ -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) => , + icon: (props: SVGProps) => , label: "Magento", tooltip: null, },