mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-26 00:50:56 -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 (
|
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" />
|
||||||
|
|
Loading…
Reference in a new issue