From 6aa5716636f7c07b8323d79d2a136f5603d6493d Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 18 Sep 2018 22:27:00 +1000 Subject: [PATCH] Tweaked app icons and theme color. --- app/components/page.js | 6 +++--- app/static/{apollo-icon.png => icon.png} | Bin .../{apollo-launcher-icon.png => launcher-icon.png} | Bin app/static/manifest.webmanifest | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) rename app/static/{apollo-icon.png => icon.png} (100%) rename app/static/{apollo-launcher-icon.png => launcher-icon.png} (100%) diff --git a/app/components/page.js b/app/components/page.js index 13a0da7..00f64f2 100644 --- a/app/components/page.js +++ b/app/components/page.js @@ -5,10 +5,10 @@ const Page = ({ title, children }) => ( {title} - + - - + + {children}