diff --git a/src/client/components/feed/FeedApiGuide.tsx b/src/client/components/feed/FeedApiGuide.tsx index eaf2284..86fda59 100644 --- a/src/client/components/feed/FeedApiGuide.tsx +++ b/src/client/components/feed/FeedApiGuide.tsx @@ -26,8 +26,12 @@ export const FeedApiGuide: React.FC<{ channelId: string }> = React.memo( {t('You can send any message into this channel with:')} - + + + {t('OR')} + + {t('Integrate with third party with webhook')} );