Attempt to fix 1135 (#1137)

* attempt to fix 1135

* add meta value for apple
main
Michael Fix 4 years ago committed by GitHub
parent 6237c77108
commit 7a26b88ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,6 +60,7 @@ export const MetaTags = React.memo(() => (
<meta name="og:description" content={description} />
<meta name="og:image" content="/static/brand/banner.png" />
<meta name="theme-color" content={COLORS.BLACK} />
<meta name="apple-mobile-web-app-status-bar-style" content={COLORS.BLACK} />
<title>{title} | Create and share beautiful images of your source code</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save