diff --git a/documentation/src/refine-theme/enterprise-data-source.tsx b/documentation/src/refine-theme/enterprise-data-source.tsx index 87a01e4a..92e26270 100644 --- a/documentation/src/refine-theme/enterprise-data-source.tsx +++ b/documentation/src/refine-theme/enterprise-data-source.tsx @@ -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) => , + icon: (props: SVGProps) => , label: "Memcached", tooltip: null, },