diff --git a/frontend/pages/SoftwarePage/components/icons/index.ts b/frontend/pages/SoftwarePage/components/icons/index.ts index bc6bb4883a..7859d12990 100644 --- a/frontend/pages/SoftwarePage/components/icons/index.ts +++ b/frontend/pages/SoftwarePage/components/icons/index.ts @@ -174,6 +174,8 @@ const matchStrictNameSourceToIcon = ({ return Zoom; case name === "zoom": return Zoom; + case name.startsWith("zoom workplace"): + return Zoom; default: return null; }