Skip to content

Commit

Permalink
Merge pull request novuhq#5149 from novuhq/NV-3474
Browse files Browse the repository at this point in the history
fix: change whatsapp with discord for chat step
  • Loading branch information
jainpawan21 authored Feb 2, 2024
2 parents 2a5563b + b1bf289 commit 4c05f3e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions apps/web/public/static/images/providers/dark/square/getstream.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/web/public/static/images/providers/light/square/getstream.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 4c05f3e

Please sign in to comment.