We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aa283 commit 5a8bfe4Copy full SHA for 5a8bfe4
src/html.js
@@ -35,6 +35,8 @@ export default function HTML (props) {
35
36
<meta property='apple-mobile-web-app-capable' content='yes' />
37
<meta property='mobile-web-app-capable' content='yes' />
38
+ <meta name='apple-mobile-web-app-title' content='Microlink' />
39
+ <meta name='apple-mobile-web-app-status-bar-style' content='default' />
40
41
{/* <!-- Favicon --> */}
42
0 commit comments