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