Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 15:15:32 +01:00 committed by GitHub
parent f6c8c53edc
commit 99c546fae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,8 @@ import {
Wordpress, Wordpress,
Memcached, Memcached,
ElasticSe, ElasticSe,
Phpv Phpv,
Sshico
} from "../assets/integration-icons"; } from "../assets/integration-icons";
import { useInView } from "framer-motion"; import { useInView } from "framer-motion";
@ -399,7 +400,7 @@ const list2 = [
tooltip: null, tooltip: null,
}, },
{ {
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />, icon: (props: SVGProps<SVGSVGElement>) => <Sshico {...props} />,
label: "SSH", label: "SSH",
tooltip: null, tooltip: null,
}, },