Update enterprise-data-source.tsx
This commit is contained in:
parent
f6c8c53edc
commit
99c546fae0
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,8 @@ import {
|
|||
Wordpress,
|
||||
Memcached,
|
||||
ElasticSe,
|
||||
Phpv
|
||||
Phpv,
|
||||
Sshico
|
||||
} from "../assets/integration-icons";
|
||||
import { useInView } from "framer-motion";
|
||||
|
||||
|
@ -399,7 +400,7 @@ const list2 = [
|
|||
tooltip: null,
|
||||
},
|
||||
{
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <MongoDB {...props} />,
|
||||
icon: (props: SVGProps<SVGSVGElement>) => <Sshico {...props} />,
|
||||
label: "SSH",
|
||||
tooltip: null,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue