diff options
Diffstat (limited to 'pages/index.js')
-rw-r--r-- | pages/index.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pages/index.js b/pages/index.js index 4380d19..a13a840 100644 --- a/pages/index.js +++ b/pages/index.js @@ -21,9 +21,7 @@ const Home = () => { if (!user) { return ( - <div style={{ position: 'fixed', top: 0, right: 0, bottom: 0, left: 0 }}> - <Splash fixed /> - </div> + <Layout><Splash fixed /></Layout> ) } |