Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 12:39:17 +01:00 committed by GitHub
parent 2fba55ae36
commit bcdb986f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,8 @@ import {
Docker, Docker,
Named, Named,
Srvnginx, Srvnginx,
Srvapache Srvapache,
Nodejs
} from "../assets/integration-icons"; } from "../assets/integration-icons";
import { useInView } from "framer-motion"; import { useInView } from "framer-motion";
@ -349,7 +350,7 @@ const list2 = [
tooltip: null, tooltip: null,
}, },
{ {
icon: (props: SVGProps<SVGSVGElement>) => <PostgreSql {...props} />, icon: (props: SVGProps<SVGSVGElement>) => <Nodejs {...props} />,
label: "NodeJS", label: "NodeJS",
tooltip: null, tooltip: null,
}, },