aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-29 17:07:18 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-29 17:07:18 +0200
commit36a263aee35a819e90bb9430a70d0e5ba321ba63 (patch)
treea7e4dbc876af8a83a82ce55f150945d0dbd98a02 /pages
parent395246903e3ce8aa6e7149365b9a1a37b1205f95 (diff)
api and rust beginnings
Diffstat (limited to 'pages')
-rw-r--r--pages/editor.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/editor.tsx b/pages/editor.tsx
index 3cac3ef..0d40b7a 100644
--- a/pages/editor.tsx
+++ b/pages/editor.tsx
@@ -1444,9 +1444,9 @@ export default function Index() {
}, []);
return <>
+ <NoScroll />
+ <StatusBarOverscrollColor />
<Head>
- <NoScroll />
- <StatusBarOverscrollColor />
<link rel='manifest' href='/editor/manifest.json' />
<link rel='apple-touch-icon' sizes='512x512' href='/img/icon-editor-ios-512x512.png' />