Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 12:30:27 +01:00 committed by GitHub
parent 22626473a6
commit a29069479c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -315,7 +315,7 @@ const PackageItem = (props: {
const list1 = [
{
icon: (props: SVGProps<SVGSVGElement>) => <Nest {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Srvnginx {...props} />,
label: "Nginx",
tooltip: null,
},
@ -363,7 +363,7 @@ const list2 = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <MsSqlServer {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <Srvnginx {...props} />,
label: "Nginx",
tooltip: null,
},