Changed classnames

This commit is contained in:
nizune 2021-07-09 23:09:59 +02:00
parent 968d1473a7
commit f403875ae6

View file

@ -55,7 +55,7 @@ export default function Overview({ channel }: Props) {
} }
return ( return (
<div className={styles.overview}> <div className="overview">
<Row> <Row>
<FileUploader <FileUploader
width={80} width={80}
@ -81,7 +81,7 @@ export default function Overview({ channel }: Props) {
: undefined : undefined
} }
/> />
<div className={styles.name}> <div className="name">
<h3> <h3>
{channel.channel_type === "Group" ? ( {channel.channel_type === "Group" ? (
<Text id="app.main.groups.name" /> <Text id="app.main.groups.name" />