mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 00:33:38 -05:00
chore: remove this so people don't click it
This commit is contained in:
parent
dfd96c449a
commit
2722d0a854
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ export function Native() {
|
||||||
</Button>
|
</Button>
|
||||||
</p>
|
</p>
|
||||||
<h3 style={{ marginTop: "4em" }}>Local Development Mode</h3>
|
<h3 style={{ marginTop: "4em" }}>Local Development Mode</h3>
|
||||||
{config.build === "dev" ? (
|
{/*config.build === "dev" ? (
|
||||||
<>
|
<>
|
||||||
<h5>Development mode is currently on.</h5>
|
<h5>Development mode is currently on.</h5>
|
||||||
<Button
|
<Button
|
||||||
|
@ -197,7 +197,7 @@ export function Native() {
|
||||||
</Button>
|
</Button>
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
)}
|
)*/}
|
||||||
<hr />
|
<hr />
|
||||||
<CategoryButton
|
<CategoryButton
|
||||||
icon={<img src={RLogo} draggable={false} />}
|
icon={<img src={RLogo} draggable={false} />}
|
||||||
|
|
Loading…
Reference in a new issue