From b911981c6967645acfafd904818488cc1bcc833a Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 27 Jan 2023 13:38:20 +0100 Subject: [PATCH] fix(ui) - integrations --- frontend/app/components/Client/Integrations/Integrations.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Client/Integrations/Integrations.tsx b/frontend/app/components/Client/Integrations/Integrations.tsx index 6afb5f172..bf47663f1 100644 --- a/frontend/app/components/Client/Integrations/Integrations.tsx +++ b/frontend/app/components/Client/Integrations/Integrations.tsx @@ -131,8 +131,8 @@ const integrations = [ integrations: [ { title: 'Jira', slug: 'jira', category: 'Errors', icon: 'integrations/jira', component: }, { title: 'Github', slug: 'github', category: 'Errors', icon: 'integrations/github', component: }, - { title: 'Slack', category: 'Errors', icon: 'integrations/slack', component: }, - { title: 'MS Teams', category: 'Errors', icon: 'integrations/teams', component: }, + { title: 'Slack', slug: 'slack', category: 'Errors', icon: 'integrations/slack', component: }, + { title: 'MS Teams', slug: 'msteams', category: 'Errors', icon: 'integrations/teams', component: }, ], }, {