diff --git a/webapp/channels/src/components/channel_info_rhs/header.tsx b/webapp/channels/src/components/channel_info_rhs/header.tsx index 414a47b7fd..52202b04b3 100644 --- a/webapp/channels/src/components/channel_info_rhs/header.tsx +++ b/webapp/channels/src/components/channel_info_rhs/header.tsx @@ -23,11 +23,6 @@ const Icon = styled.i` font-size:12px; `; -const BackButton = styled.button` - border: 0px; - background: transparent; -`; - const HeaderTitle = styled.span` line-height: 2.4rem; `; @@ -46,19 +41,17 @@ const Header = ({channel, isArchived, isMobile, onClose}: Props) => { return (