mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
web: replace apple-mobile-web-app-capable with mobile-web-app-capable
This commit is contained in:
parent
6a67ed29ca
commit
70ba8f8b39
|
@ -6,7 +6,7 @@
|
|||
|
||||
%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-title" content="cobalt">
|
||||
|
||||
|
|
Loading…
Reference in a new issue