mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
sleep
This commit is contained in:
@@ -2,7 +2,7 @@ import constants from '../constants.json'
|
||||
|
||||
export default function Sleep (props) {
|
||||
const hours = new Date().getHours()
|
||||
if (hours < 4 || hours > 12) {
|
||||
if (hours < 4 || hours > 23) {
|
||||
return (
|
||||
<div>
|
||||
<center>
|
||||
|
Reference in New Issue
Block a user