diff --git a/src/components/sleep.js b/src/components/sleep.js index 432eaaa..bf349ab 100644 --- a/src/components/sleep.js +++ b/src/components/sleep.js @@ -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 (