From c34b0124fac27fa2e48d2705cab8f07935d7fa02 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 6 Jul 2024 03:52:37 +0800 Subject: [PATCH] refactor: update feed guide --- src/client/components/feed/FeedApiGuide.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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')}
);