Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 12:34:07 +01:00 committed by GitHub
parent 56fe758eff
commit 04a435ed44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@ import {
Ufw,
Docker,
Named,
Srvnginx
Srvnginx,
Srvapache
} from "../assets/integration-icons";
import { useInView } from "framer-motion";
@ -358,7 +359,7 @@ const list2 = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <SQLite {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Srvapache {...props} />,
label: "Apache",
tooltip: null,
},