mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Design and text rework on page "manual"
This commit is contained in:
parent
9b4bef13d0
commit
28363c3721
3 changed files with 136 additions and 108 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue