mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Reaction sorting, minor style and usability fixes
This commit is contained in:
parent
2488aa2a11
commit
933b453498
14 changed files with 67 additions and 94 deletions
|
@ -1,6 +1,7 @@
|
|||
import React from 'react'
|
||||
import constants from '../constants.json'
|
||||
|
||||
export default function Sleep(props) {
|
||||
export default function Sleep() {
|
||||
const hours = new Date().getHours()
|
||||
if (hours < 4 || hours > 23) {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue