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
6c5ee6a321
commit
3b5e312893
@ -14,7 +14,8 @@ import {
|
|||||||
Joomla,
|
Joomla,
|
||||||
Drupal,
|
Drupal,
|
||||||
Magento,
|
Magento,
|
||||||
Presta
|
Presta,
|
||||||
|
Nextcloud
|
||||||
} from "../assets/integration-icons";
|
} from "../assets/integration-icons";
|
||||||
import { useInView } from "framer-motion";
|
import { useInView } from "framer-motion";
|
||||||
|
|
||||||
@ -254,7 +255,7 @@ const list = [
|
|||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <Atlassian {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Nextcloud {...props} />,
|
||||||
label: "NextCloud",
|
label: "NextCloud",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user