mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update enterprise-data-source.tsx
This commit is contained in:
parent
2fba55ae36
commit
bcdb986f21
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user