Skip to content
Snippets Groups Projects
Commit f403875a authored by nizune's avatar nizune
Browse files

Changed classnames

parent 968d1473
No related merge requests found
......@@ -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" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment