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