Remove description text from earpiece overlay

This commit is contained in:
Timo K.
2026-08-20 10:20:36 +02:00
parent 8e20d48b1d
commit 78310216db
2 changed files with 1 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ Please see LICENSE in the repository root for full details.
*/
import { type FC } from "react";
import { BigIcon, Button, Heading, Text } from "@vector-im/compound-web";
import { BigIcon, Button, Heading } from "@vector-im/compound-web";
import { VoiceCallIcon } from "@vector-im/compound-design-tokens/assets/web/icons";
import { useTranslation } from "react-i18next";
@@ -27,7 +27,6 @@ export const EarpieceOverlay: FC<Props> = ({ show, onBackToVideoPressed }) => {
<Heading as="h2" weight="semibold" size="md">
{t("handset.overlay_title")}
</Heading>
<Text>{t("handset.overlay_description")}</Text>
<Button
kind="primary"
size="md"

View File

@@ -142,11 +142,6 @@ exports[`InCallView > rendering > renders 1`] = `
>
Handset Mode
</h2>
<p
class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50"
>
Only works while using app
</p>
<button
class="_button_1nw83_8"
data-kind="primary"