diff --git a/documentation/src/refine-theme/enterprise-data-source.tsx b/documentation/src/refine-theme/enterprise-data-source.tsx index 688c4e9a..0e2e0ac0 100644 --- a/documentation/src/refine-theme/enterprise-data-source.tsx +++ b/documentation/src/refine-theme/enterprise-data-source.tsx @@ -12,7 +12,10 @@ import { MySql, MsSqlServer, SQLite, - Redis + Redis, + Firewall, + Docker, + Named } from "../assets/integration-icons"; import { useInView } from "framer-motion"; @@ -321,17 +324,17 @@ const list1 = [ tooltip: null, }, { - icon: (props: SVGProps) => , + icon: (props: SVGProps) => , label: "Docker", tooltip: null, }, { - icon: (props: SVGProps) => , + icon: (props: SVGProps) => , label: "UFW", tooltip: null, }, { - icon: (props: SVGProps) => , + icon: (props: SVGProps) => , label: "Named", tooltip: null, },