Fix indenting.

master
Icedream 2017-08-20 04:25:59 +02:00
parent 9350b048ea
commit cde1f2bc1a
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 2 deletions

View File

@ -75,12 +75,12 @@ class App extends React.Component {
<div className={style.content}> <div className={style.content}>
<p> <p>
The next VIzon draw is on {nextUpcomingDate.format('dddd')}, {nextUpcomingDate.format('L LT z')}. The next VIzon draw is on {nextUpcomingDate.format('dddd')}, {nextUpcomingDate.format('L LT z')}.
</p> </p>
<Countdown date={nextUpcomingDate} /> <Countdown date={nextUpcomingDate} />
</div> </div>
<div className={style.footer}> <div className={style.footer}>
Made by Icedream & MAGIC Made by Icedream & MAGIC
</div> </div>
</div> </div>
); );