Hide but accessible
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build is failing Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2020-08-03 17:44:42 +02:00
parent cfff6bc46e
commit 317b72dd60
1 changed files with 2 additions and 4 deletions

View File

@ -62,8 +62,6 @@ function BotDeets() {
return <p>Sorry, still loading...</p> return <p>Sorry, still loading...</p>
} }
return <p>Sorry, still making this... soon soon.</p>
const dd = botState.botData const dd = botState.botData
const cmds = dd.commands const cmds = dd.commands
if (dd.hasleft) { if (dd.hasleft) {
@ -82,8 +80,8 @@ function BotDeets() {
) )
} else { } else {
return ( return (
<p>Sorry, still making this... soon soon.</p>
<Container> <Container style="display: none">
<Typography variant="h5" component="h2" gutterBottom> <Typography variant="h5" component="h2" gutterBottom>
Coming soon! Bot control panel! Coming soon! Bot control panel!
</Typography> </Typography>