Tweaked app icons and theme color.

This commit is contained in:
Jayden Seric 2018-09-18 22:27:00 +10:00
parent 4c94233928
commit 6aa5716636
4 changed files with 6 additions and 6 deletions

View File

@ -5,10 +5,10 @@ const Page = ({ title, children }) => (
<Head> <Head>
<title>{title}</title> <title>{title}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#22a699" /> <meta name="theme-color" content="#ffffff" />
<link rel="manifest" href="/static/manifest.webmanifest" /> <link rel="manifest" href="/static/manifest.webmanifest" />
<link rel="icon" sizes="192x192" href="/static/apollo-icon.png" /> <link rel="icon" sizes="192x192" href="/static/icon.png" />
<link rel="apple-touch-icon" href="/static/apollo-launcher-icon.png" /> <link rel="apple-touch-icon" href="/static/launcher-icon.png" />
</Head> </Head>
{children} {children}
<style jsx global>{` <style jsx global>{`

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -3,11 +3,11 @@
"short_name": "Uploads", "short_name": "Uploads",
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"theme_color": "#22a699", "theme_color": "#ffffff",
"background_color": "#22a699", "background_color": "#ffffff",
"icons": [ "icons": [
{ {
"src": "apollo-launcher-icon.png", "src": "launcher-icon.png",
"type": "image/png", "type": "image/png",
"sizes": "512x512" "sizes": "512x512"
} }