Merge branch 'new_style' of gitlab.com:MrFry/qmining-page into new_style

This commit is contained in:
mrfry 2021-03-06 14:53:38 +01:00
commit 367a06165a
3 changed files with 136 additions and 108 deletions

View file

@ -4,14 +4,15 @@ export default function Sleep (props) {
const hours = new Date().getHours()
if (hours < 4 || hours > 23) {
return (
<div>
<div>
<center>
<img
style={{
margin: '10px',
width: '300px'
width: '300px',
border: '2px solid white'
}}
src={constants.siteUrl + 'img/aludni.jpeg'}
src={constants.siteUrl + 'img/aludni.jpeg'} title="Ezt a kepet azert latod, mert ilyenkor mar igazan nem ezen az oldalon kellene jarnod"
/>
</center>
</div>