aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-18 11:30:28 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-18 11:30:28 +0200
commit5d964348d6b7af2b17d9838b1fe8b78d76a68cbc (patch)
tree124ba30e157de1aacac595da1ccc67c0409eaeb1 /pages/index.tsx
parent18652c6ff5e10208298bea67ffce6b4ed327c97d (diff)
dprint fmt
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index b5f4b50..9f63229 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -114,10 +114,10 @@ export default function HomePage() {
</Vierkant>
</div>
{loggedIn
- && <Vierkant className="fullwidth pad-l">
+ && <Vierkant className='fullwidth pad-l'>
<RecentGames games={gameInfo?.games} />
</Vierkant>}
- <Vierkant className="fullwidth pad-l">
+ <Vierkant className='fullwidth pad-l'>
<h2>Nieuws ofzo</h2>
<p style={{ margin: '6px 0' }}>Chess.com heeft heel veel troep waar niemand naar kijkt</p>
</Vierkant>