Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 11:27:48 +01:00 committed by GitHub
parent 94ff31979f
commit d6e14398c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ import {
MySql,
MsSqlServer,
SQLite,
Redis
} from "../assets/integration-icons";
import { useInView } from "framer-motion";
@ -363,7 +364,7 @@ const list2 = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Redis {...props} />,
label: "REDIS",
tooltip: null,
},