From f403875ae640b30ddc8d78ae3bf24424ef2ec8cb Mon Sep 17 00:00:00 2001 From: nizune <9-nizune@users.noreply.gitlab.insrt.uk> Date: Fri, 9 Jul 2021 23:09:59 +0200 Subject: [PATCH] Changed classnames --- src/pages/settings/channel/Overview.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/settings/channel/Overview.tsx b/src/pages/settings/channel/Overview.tsx index b1565ca..b849c02 100644 --- a/src/pages/settings/channel/Overview.tsx +++ b/src/pages/settings/channel/Overview.tsx @@ -55,7 +55,7 @@ export default function Overview({ channel }: Props) { } return ( - <div className={styles.overview}> + <div className="overview"> <Row> <FileUploader width={80} @@ -81,7 +81,7 @@ export default function Overview({ channel }: Props) { : undefined } /> - <div className={styles.name}> + <div className="name"> <h3> {channel.channel_type === "Group" ? ( <Text id="app.main.groups.name" /> -- GitLab