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:
parent
6b98cbef16
commit
8c4fed79c9
@ -13,7 +13,8 @@ import {
|
|||||||
Wordpress,
|
Wordpress,
|
||||||
Joomla,
|
Joomla,
|
||||||
Drupal,
|
Drupal,
|
||||||
Magento
|
Magento,
|
||||||
|
Presta
|
||||||
} from "../assets/integration-icons";
|
} from "../assets/integration-icons";
|
||||||
import { useInView } from "framer-motion";
|
import { useInView } from "framer-motion";
|
||||||
|
|
||||||
@ -258,7 +259,7 @@ const list = [
|
|||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Google {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Presta {...props} />,
|
||||||
label: "PrestaShop",
|
label: "PrestaShop",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user