Skip to content

Commit 28ac966

Browse files
committed
fix: warning about depreciation
1 parent 51a301c commit 28ac966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
sizes="120x120"
2727
href="%sveltekit.assets%/logos/apple-touch-icon-120x120.png" />
2828

29-
<!-- apple web app meta tags -->
30-
<meta name="apple-mobile-web-app-capable" content="yes" />
29+
<!-- web app / standalone display meta tags -->
30+
<meta name="mobile-web-app-capable" content="yes" />
3131
<meta name="apple-mobile-web-app-title" content="Appwrite Console" />
3232
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
3333

0 commit comments

Comments
 (0)