mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update enterprise-data-source.tsx
This commit is contained in:
@@ -19,7 +19,8 @@ import {
|
||||
Srvnginx,
|
||||
Srvapache,
|
||||
Nodejs,
|
||||
Wordpress
|
||||
Wordpress,
|
||||
Memcached
|
||||
} from "../assets/integration-icons";
|
||||
import { useInView } from "framer-motion";
|
||||
|
||||
@@ -376,7 +377,7 @@ const list2 = [
|
||||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Memcached {...props} />,
|
||||
label: "Memcached",
|
||||
tooltip: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user