diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-06 13:53:56 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-06 13:53:56 +0100 |
commit | 90d55c83cb4a6e3cf76622b0b8a2a9aa13fd2ba0 (patch) | |
tree | 6185801f66d7f27be394f2ba88b36670cf437941 /src/pages/home.tsx | |
parent | 214c263470d26256ce53ad0dc17df6acd42a5442 (diff) |
spel pagina
Diffstat (limited to 'src/pages/home.tsx')
-rw-r--r-- | src/pages/home.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 3583cfb..7196fc4 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -51,10 +51,10 @@ var RightAlignedTableColumn: CSSProperties = { export default function HomePage() { return ( <div> - <NavBar /> - <CenteredPage> + <NavBar/> + <CenteredPage width={802}> <PageTitle>4 op een rij</PageTitle> - <Vierkant href="/"> + <Vierkant href="/game"> <VideogameAssetIcon style={GameModeIconStyle}/> <span style={GameModeTextStyle}>Nieuw spel</span> <div style={SquareSize}></div> |