diff options
author | 2021-09-24 22:02:54 +0200 | |
---|---|---|
committer | 2021-09-24 22:02:54 +0200 | |
commit | 3f95d1aaf4c6631b1f224fb4329cb855734d317e (patch) | |
tree | 26e990f8b58ae6e5ea6f81f93475d150a8f3be3c /pages | |
parent | 29168fecaa2e0b70e4b6548f25b9856ef9a42dd8 (diff) | |
download | my_apps-3f95d1aaf4c6631b1f224fb4329cb855734d317e.tar.gz my_apps-3f95d1aaf4c6631b1f224fb4329cb855734d317e.tar.bz2 my_apps-3f95d1aaf4c6631b1f224fb4329cb855734d317e.zip |
Revert "escape quotes from strings"
This reverts commit bc789a85558b4a1db8892bed4135e6a10792b40e.
Diffstat (limited to 'pages')
-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> ) } |