From cde1f2bc1a11fde99435b6ed45e41115ea692856 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 20 Aug 2017 04:25:59 +0200 Subject: [PATCH] Fix indenting. --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 6c12069..81b0c3a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -75,12 +75,12 @@ class App extends React.Component {

- 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')}.

- Made by Icedream & MAGIC + Made by Icedream & MAGIC
);