Skip to content

Commit

Permalink
fix: change whatsapp to discord
Browse files Browse the repository at this point in the history
  • Loading branch information
jainpawan21 committed Feb 2, 2024
1 parent 2a5563b commit 31c118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/quick-start/consts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export const quickStartChannels: IQuickStartChannelConfiguration[] = [
title: 'Chat',
displayName: 'Chat',
type: ChannelTypeEnum.CHAT,
description: 'Connect chat apps such as Slack, WhatsApp and Teams.',
description: 'Connect chat apps such as Slack, Discord and Teams.',
clickHandler: (container) => {
container.setClickedChannel({ open: true, channelType: container.channelType });
},
Expand Down

0 comments on commit 31c118b

Please sign in to comment.