Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 16:18:50 +01:00 committed by GitHub
parent 30e5806a8f
commit 836f3671d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},