Updated app icons.
This commit is contained in:
parent
f421deaabd
commit
fcd1a7f64b
@ -56,7 +56,6 @@ export default class CustomApp extends App {
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<meta name="theme-color" content="white" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<link rel="icon" sizes="192x192" href="/icon.png" />
|
||||
</Head>
|
||||
<Component {...pageProps} />
|
||||
<style jsx global>
|
||||
|
||||
BIN
app/public/apple-touch-icon.png
Normal file
BIN
app/public/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
BIN
app/public/favicon.ico
Normal file
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 |
@ -2,12 +2,12 @@
|
||||
"name": "Apollo upload examples",
|
||||
"short_name": "Uploads",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"display": "minimal-ui",
|
||||
"theme_color": "white",
|
||||
"background_color": "white",
|
||||
"icons": [
|
||||
{
|
||||
"src": "launcher-icon.png",
|
||||
"src": "apple-touch-icon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user