Updated app icons.

This commit is contained in:
Jayden Seric 2019-10-10 11:03:49 +11:00
parent f421deaabd
commit fcd1a7f64b
6 changed files with 2 additions and 3 deletions

View File

@ -56,7 +56,6 @@ export default class CustomApp extends App {
<meta name="color-scheme" content="light dark" /> <meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="white" /> <meta name="theme-color" content="white" />
<link rel="manifest" href="/manifest.webmanifest" /> <link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" sizes="192x192" href="/icon.png" />
</Head> </Head>
<Component {...pageProps} /> <Component {...pageProps} />
<style jsx global> <style jsx global>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
app/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -2,12 +2,12 @@
"name": "Apollo upload examples", "name": "Apollo upload examples",
"short_name": "Uploads", "short_name": "Uploads",
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "minimal-ui",
"theme_color": "white", "theme_color": "white",
"background_color": "white", "background_color": "white",
"icons": [ "icons": [
{ {
"src": "launcher-icon.png", "src": "apple-touch-icon.png",
"type": "image/png", "type": "image/png",
"sizes": "512x512" "sizes": "512x512"
} }