Update enterprise-iam-services.tsx

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

View file

@ -13,7 +13,8 @@ import {
Wordpress,
Joomla,
Drupal,
Magento
Magento,
Presta
} from "../assets/integration-icons";
import { useInView } from "framer-motion";
@ -258,7 +259,7 @@ const list = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <Google {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Presta {...props} />,
label: "PrestaShop",
tooltip: null,
},