From 370e1c1a17d052735947d261aae22c5d581c4191 Mon Sep 17 00:00:00 2001 From: Patryk Garstecki Date: Sat, 11 May 2024 02:42:03 +0200 Subject: [PATCH] fix(frontend): :wrench: add privacy policy spaces (#4277) --- .../base/chat/chat-with-history/config-panel/index.tsx | 2 +- web/app/components/share/chat/welcome/index.tsx | 2 +- web/app/components/share/chatbot/welcome/index.tsx | 2 +- web/app/components/share/text-generation/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/base/chat/chat-with-history/config-panel/index.tsx b/web/app/components/base/chat/chat-with-history/config-panel/index.tsx index cf12b35d08..f49dcbab00 100644 --- a/web/app/components/base/chat/chat-with-history/config-panel/index.tsx +++ b/web/app/components/base/chat/chat-with-history/config-panel/index.tsx @@ -134,7 +134,7 @@ const ConfigPanel = () => { {site?.privacy_policy ?
{t('share.chat.privacyPolicyLeft')} {t('share.chat.privacyPolicyMiddle')} {t('share.chat.privacyPolicyRight')} diff --git a/web/app/components/share/chat/welcome/index.tsx b/web/app/components/share/chat/welcome/index.tsx index 6c431362dc..adc58d8a63 100644 --- a/web/app/components/share/chat/welcome/index.tsx +++ b/web/app/components/share/chat/welcome/index.tsx @@ -357,7 +357,7 @@ const Welcome: FC = ({ {siteInfo.privacy_policy ?
{t('share.chat.privacyPolicyLeft')} {t('share.chat.privacyPolicyMiddle')} {t('share.chat.privacyPolicyRight')} diff --git a/web/app/components/share/chatbot/welcome/index.tsx b/web/app/components/share/chatbot/welcome/index.tsx index 0cf1298873..240271d3b5 100644 --- a/web/app/components/share/chatbot/welcome/index.tsx +++ b/web/app/components/share/chatbot/welcome/index.tsx @@ -358,7 +358,7 @@ const Welcome: FC = ({ {siteInfo.privacy_policy ?
{t('share.chat.privacyPolicyLeft')} {t('share.chat.privacyPolicyMiddle')} {t('share.chat.privacyPolicyRight')} diff --git a/web/app/components/share/text-generation/index.tsx b/web/app/components/share/text-generation/index.tsx index 1a88fcddd4..21ff2b051a 100644 --- a/web/app/components/share/text-generation/index.tsx +++ b/web/app/components/share/text-generation/index.tsx @@ -618,7 +618,7 @@ const TextGeneration: FC = ({
ยท
{t('share.chat.privacyPolicyLeft')} {t('share.chat.privacyPolicyMiddle')} {t('share.chat.privacyPolicyRight')}