Update enterprise-data-source.tsx
This commit is contained in:
parent
30e5806a8f
commit
836f3671d1
1 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,8 @@ import {
|
||||||
Memcached,
|
Memcached,
|
||||||
ElasticSe,
|
ElasticSe,
|
||||||
Phpv,
|
Phpv,
|
||||||
Sshico
|
Sshico,
|
||||||
|
Phpmyadmin
|
||||||
} from "../assets/integration-icons";
|
} from "../assets/integration-icons";
|
||||||
import { useInView } from "framer-motion";
|
import { useInView } from "framer-motion";
|
||||||
|
|
||||||
|
@ -390,7 +391,7 @@ const list2 = [
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
|
icon: (props: SVGProps<SVGSVGElement>) => <Phpmyadmin {...props} />,
|
||||||
label: "phpMyAdmin",
|
label: "phpMyAdmin",
|
||||||
tooltip: null,
|
tooltip: null,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue