Compare commits
No commits in common. "cb9b5bcc70234ca2e78e930067c204c1037f14d8" and "9350b048ea2c98b382fb8b4d820506578efae420" have entirely different histories.
cb9b5bcc70
...
9350b048ea
|
@ -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>
|
||||
);
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
position: relative
|
||||
display: inline-flex
|
||||
flex-direction: column
|
||||
justify-content: center
|
||||
justify-content: space-around
|
||||
|
||||
.progressCircleLabel
|
||||
flex-basis: auto
|
||||
|
|
Loading…
Reference in New Issue