Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic
2024-02-28 12:43:19 +01:00
committed by GitHub
parent 344e9ccf2e
commit c47f282009

View File

@@ -18,7 +18,8 @@ import {
Named,
Srvnginx,
Srvapache,
Nodejs
Nodejs,
Wordpress
} from "../assets/integration-icons";
import { useInView } from "framer-motion";
@@ -390,7 +391,7 @@ const list2 = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Wordpress {...props} />,
label: "WP Manager",
tooltip: null,
},