From 0c594fc46beb43ac65dd7f785aca76886d46a2c2 Mon Sep 17 00:00:00 2001
From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com>
Date: Mon, 13 Feb 2023 09:00:28 +0100
Subject: [PATCH] Screen-sharing indicator bugfix (#1705)
---
.../screenSharingIndicator.spec.ts.snap | 14 ++++++++------
.../components/screen-sharing-indicator.tsx | 4 ++--
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/spec/__snapshots__/screenSharingIndicator.spec.ts.snap b/spec/__snapshots__/screenSharingIndicator.spec.ts.snap
index bf9b9a3c..dd62ead4 100644
--- a/spec/__snapshots__/screenSharingIndicator.spec.ts.snap
+++ b/spec/__snapshots__/screenSharingIndicator.spec.ts.snap
@@ -7,12 +7,14 @@ exports[`screen sharing indicator should render correctly 1`] = `
- You are sharing your screen on
-
-
- Symphony
-
-
+
+ You are sharing your screen on
+
+
+ Symphony
+
+
+
+
{`${translatedLabel.slice(0, appNameStartPosition)}`}
{appName}
{translatedLabel.slice(appNameEndPosition)}
- >
+
);
}
}