Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 14:11:00 +01:00 committed by GitHub
parent 36769862a7
commit c63e1aefec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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