diff options
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> |