Merge branch 'develop' into develop

This commit is contained in:
GravityCube 2020-11-13 01:11:18 -03:00 committed by GitHub
commit 5eebc7221d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 58 additions and 51 deletions

View file

@ -43,7 +43,7 @@ export default ({ match, history }: RouteComponentProps) => {
<>
{
schedules.length === 0 ?
<p css={tw`text-sm text-center text-neutral-400`}>
<p css={tw`text-sm text-center text-neutral-300`}>
There are no schedules configured for this server.
</p>
: