From f89959fec80abdec6c9879395231dfca3b992fa0 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Wed, 9 Oct 2019 15:12:05 +1100 Subject: [PATCH] Fixes for the updated Next.js version. --- app/components/Page.js | 6 +++--- app/pages/_app.js | 12 +++++------- app/{static => public}/icon.png | Bin app/{static => public}/launcher-icon.png | Bin app/{static => public}/manifest.webmanifest | 0 5 files changed, 8 insertions(+), 10 deletions(-) rename app/{static => public}/icon.png (100%) rename app/{static => public}/launcher-icon.png (100%) rename app/{static => public}/manifest.webmanifest (100%) diff --git a/app/components/Page.js b/app/components/Page.js index 00f64f2..da3796b 100644 --- a/app/components/Page.js +++ b/app/components/Page.js @@ -6,9 +6,9 @@ const Page = ({ title, children }) => ( {title} - - - + + + {children}