From 7f47892f0a574cac16df1bde0227434654173c62 Mon Sep 17 00:00:00 2001 From: Timo Date: Wed, 4 Jun 2025 22:44:50 +0200 Subject: [PATCH] review --- src/settings/FeedbackSettingsTab.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/settings/FeedbackSettingsTab.tsx b/src/settings/FeedbackSettingsTab.tsx index 3673bb1a..10f5c69c 100644 --- a/src/settings/FeedbackSettingsTab.tsx +++ b/src/settings/FeedbackSettingsTab.tsx @@ -57,12 +57,14 @@ export const FeedbackSettingsTab: FC = ({ roomId }) => { const [optInAnalytics, setOptInAnalytics] = useOptInAnalytics(); const optInDescription = ( - - -
- You may withdraw consent by unchecking this box. If you are currently in a - call, this setting will take effect at the end of the call. -
+ + + +
+ You may withdraw consent by unchecking this box. If you are currently in + a call, this setting will take effect at the end of the call. +
+
); // in the embedded package the widget host is responsible for analytics consent