Update enterprise-data-source.tsx
This commit is contained in:
parent
c59fbdfdc7
commit
0484a01cc3
1 changed files with 7 additions and 1 deletions
|
@ -24,7 +24,8 @@ import {
|
|||
ElasticSe,
|
||||
Phpv,
|
||||
Sshico,
|
||||
Phpmyadmin
|
||||
Phpmyadmin,
|
||||
Pythonico
|
||||
} from "../assets/integration-icons";
|
||||
import { useInView } from "framer-motion";
|
||||
|
||||
|
@ -360,6 +361,11 @@ const list2 = [
|
|||
label: "NodeJS",
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Pythonico {...props} />,
|
||||
label: "Python",
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <MySql {...props} />,
|
||||
label: "MySQL",
|
||||
|
|
Loading…
Add table
Reference in a new issue