mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-03 00:46:19 +01:00
web: replace apple-mobile-web-app-capable with mobile-web-app-capable
This commit is contained in:
parent
6a67ed29ca
commit
70ba8f8b39
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
<meta name="apple-mobile-web-app-title" content="cobalt">
|
<meta name="apple-mobile-web-app-title" content="cobalt">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue