Update enterprise-iam-services.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-29 14:15:01 +01:00 committed by GitHub
parent 6c5ee6a321
commit 3b5e312893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,8 @@ import {
Joomla,
Drupal,
Magento,
Presta
Presta,
Nextcloud
} from "../assets/integration-icons";
import { useInView } from "framer-motion";
@ -254,7 +255,7 @@ const list = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <Atlassian {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Nextcloud {...props} />,
label: "NextCloud",
tooltip: null,
},