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,
|
||||
ElasticSe,
|
||||
Phpv,
|
||||
Sshico
|
||||
Sshico,
|
||||
Phpmyadmin
|
||||
} 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>) => <Phpmyadmin {...props} />,
|
||||
label: "phpMyAdmin",
|
||||
tooltip: null,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue