mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Changed classnames
This commit is contained in:
parent
968d1473a7
commit
f403875ae6
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue