Tweaked app icons and theme color.
This commit is contained in:
parent
4c94233928
commit
6aa5716636
@ -5,10 +5,10 @@ const Page = ({ title, children }) => (
|
||||
<Head>
|
||||
<title>{title}</title>
|
||||
<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="icon" sizes="192x192" href="/static/apollo-icon.png" />
|
||||
<link rel="apple-touch-icon" href="/static/apollo-launcher-icon.png" />
|
||||
<link rel="icon" sizes="192x192" href="/static/icon.png" />
|
||||
<link rel="apple-touch-icon" href="/static/launcher-icon.png" />
|
||||
</Head>
|
||||
{children}
|
||||
<style jsx global>{`
|
||||
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
@ -3,11 +3,11 @@
|
||||
"short_name": "Uploads",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#22a699",
|
||||
"background_color": "#22a699",
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "apollo-launcher-icon.png",
|
||||
"src": "launcher-icon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user