mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Remove description text from earpiece overlay
This commit is contained in:
@@ -6,7 +6,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { type FC } from "react";
|
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 { VoiceCallIcon } from "@vector-im/compound-design-tokens/assets/web/icons";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
@@ -27,7 +27,6 @@ export const EarpieceOverlay: FC<Props> = ({ show, onBackToVideoPressed }) => {
|
|||||||
<Heading as="h2" weight="semibold" size="md">
|
<Heading as="h2" weight="semibold" size="md">
|
||||||
{t("handset.overlay_title")}
|
{t("handset.overlay_title")}
|
||||||
</Heading>
|
</Heading>
|
||||||
<Text>{t("handset.overlay_description")}</Text>
|
|
||||||
<Button
|
<Button
|
||||||
kind="primary"
|
kind="primary"
|
||||||
size="md"
|
size="md"
|
||||||
|
|||||||
@@ -142,11 +142,6 @@ exports[`InCallView > rendering > renders 1`] = `
|
|||||||
>
|
>
|
||||||
Handset Mode
|
Handset Mode
|
||||||
</h2>
|
</h2>
|
||||||
<p
|
|
||||||
class="_typography_6v6n8_153 _font-body-md-regular_6v6n8_50"
|
|
||||||
>
|
|
||||||
Only works while using app
|
|
||||||
</p>
|
|
||||||
<button
|
<button
|
||||||
class="_button_1nw83_8"
|
class="_button_1nw83_8"
|
||||||
data-kind="primary"
|
data-kind="primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user