mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
sleep
This commit is contained in:
parent
98ec8c4a89
commit
12027fb5d9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue