mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
remove under construction tip
This commit is contained in:
parent
8ea0615600
commit
4bdc29c9d6
1 changed files with 0 additions and 3 deletions
|
@ -352,9 +352,6 @@ export const MyBots = observer(() => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.myBots}>
|
<div className={styles.myBots}>
|
||||||
<Tip warning hideSeparator>
|
|
||||||
This section is under construction.
|
|
||||||
</Tip>
|
|
||||||
<CategoryButton
|
<CategoryButton
|
||||||
account
|
account
|
||||||
icon={<Plus size={24} />}
|
icon={<Plus size={24} />}
|
||||||
|
|
Loading…
Reference in a new issue