Skip to content

Commit 5a8bfe4

Browse files
authored
chore: set apple-mobile-web-app-title (#1782)
1 parent 82aa283 commit 5a8bfe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/html.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export default function HTML (props) {
3535

3636
<meta property='apple-mobile-web-app-capable' content='yes' />
3737
<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' />
3840

3941
{/* <!-- Favicon --> */}
4042

0 commit comments

Comments
 (0)