Hide but accessible
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
cfff6bc46e
commit
317b72dd60
|
@ -61,8 +61,6 @@ function BotDeets() {
|
|||
if (botState.loading) {
|
||||
return <p>Sorry, still loading...</p>
|
||||
}
|
||||
|
||||
return <p>Sorry, still making this... soon soon.</p>
|
||||
|
||||
const dd = botState.botData
|
||||
const cmds = dd.commands
|
||||
|
@ -82,8 +80,8 @@ function BotDeets() {
|
|||
)
|
||||
} else {
|
||||
return (
|
||||
|
||||
<Container>
|
||||
<p>Sorry, still making this... soon soon.</p>
|
||||
<Container style="display: none">
|
||||
<Typography variant="h5" component="h2" gutterBottom>
|
||||
Coming soon! Bot control panel!
|
||||
</Typography>
|
||||
|
|
Loading…
Reference in New Issue