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

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,
},