Fix indenting.
parent
9350b048ea
commit
cde1f2bc1a
|
@ -75,12 +75,12 @@ class App extends React.Component {
|
|||
|
||||
<div className={style.content}>
|
||||
<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>
|
||||
<Countdown date={nextUpcomingDate} />
|
||||
</div>
|
||||
<div className={style.footer}>
|
||||
Made by Icedream & MAGIC
|
||||
Made by Icedream & MAGIC
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue