Skip to content

Commit 0370759

Browse files
committed
chore: fixes deprecated mobile-web-app
1 parent 1b01710 commit 0370759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" />
6-
<meta name="apple-mobile-web-app-capable" content="yes" />
6+
<meta name="mobile-web-app-capable" content="yes" />
77
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
88
<title>Dozzle</title>
99
<script type="application/json" id="config__json">

0 commit comments

Comments
 (0)