From ff3b4c6ff41eb85ad5311c0709f234080fb31f99 Mon Sep 17 00:00:00 2001 From: Timo K Date: Mon, 11 May 2026 17:53:32 +0200 Subject: [PATCH] cleanups --- src/components/CallFooter.mdx | 2 -- src/components/MediaMuteAndSwitchButton.stories.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/CallFooter.mdx b/src/components/CallFooter.mdx index b94131a0..9dfab6f1 100644 --- a/src/components/CallFooter.mdx +++ b/src/components/CallFooter.mdx @@ -2,9 +2,7 @@ Copyright 2026 Element Creations Ltd. SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE in the repository root for full details. -**/} -{/** This is a custom doc page overwriting the default autodocs tag. This can be done by using the same filename as the component With the help of Primary, Controls,Stories the overhead is minimal diff --git a/src/components/MediaMuteAndSwitchButton.stories.tsx b/src/components/MediaMuteAndSwitchButton.stories.tsx index bbf9f159..6b66f6b4 100644 --- a/src/components/MediaMuteAndSwitchButton.stories.tsx +++ b/src/components/MediaMuteAndSwitchButton.stories.tsx @@ -107,7 +107,7 @@ export const VideoUnmute: Story = { ], toggles: [ { - label: "Blur Background", + label: "Background blur", id: "background_blurring", enabled: false, },