From 87bd9cf026c8b0b5ad79fed184393019ac0462cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 28 Jun 2023 18:11:51 +0200 Subject: [PATCH] Remove avatar from header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/Header.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Header.tsx b/src/Header.tsx index c79953c..d9ad1e9 100644 --- a/src/Header.tsx +++ b/src/Header.tsx @@ -24,9 +24,7 @@ import styles from "./Header.module.css"; import { useModalTriggerState } from "./Modal"; import { Button } from "./button"; import { ReactComponent as Logo } from "./icons/Logo.svg"; -import { ReactComponent as VideoIcon } from "./icons/Video.svg"; import { Subtitle } from "./typography/Typography"; -import { Avatar, Size } from "./Avatar"; import { IncompatibleVersionModal } from "./IncompatibleVersionModal"; interface HeaderProps extends HTMLAttributes { @@ -122,15 +120,6 @@ interface RoomHeaderInfo { export function RoomHeaderInfo({ roomName, avatarUrl }: RoomHeaderInfo) { return ( <> -
- - -
{roomName}