Changed classnames

experiment/plugins
nizune 2021-07-09 23:09:59 +02:00
parent 968d1473a7
commit f403875ae6
1 changed files with 2 additions and 2 deletions

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" />