mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Changed classnames
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user