aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.js4
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>
)
}