This commit is contained in:
MrFry 2020-04-14 14:35:21 +02:00
parent 98ec8c4a89
commit 12027fb5d9

View file

@ -2,7 +2,7 @@ import constants from '../constants.json'
export default function Sleep (props) { export default function Sleep (props) {
const hours = new Date().getHours() const hours = new Date().getHours()
if (hours < 4 || hours > 12) { if (hours < 4 || hours > 23) {
return ( return (
<div> <div>
<center> <center>