Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 13:53:38 +01:00 committed by GitHub
parent cf40902fcd
commit d3e9cb1c09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,8 @@ import {
Srvapache,
Nodejs,
Wordpress,
Memcached
Memcached,
Elastic
} from "../assets/integration-icons";
import { useInView } from "framer-motion";
@ -382,7 +383,7 @@ const list2 = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Elastic {...props} />,
label: "Elasticsearch",
tooltip: null,
},