Skip to content

Commit a8c141c

Browse files
committed
fix: fixing deprecated apple-mobile-web-app-capable
1 parent fbbf746 commit a8c141c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="manifest" href="/manifest.json" />
1212

1313
<!-- iOS Safari PWA Meta Tags -->
14-
<meta name="apple-mobile-web-app-capable" content="yes" />
14+
<meta name="mobile-web-app-capable" content="yes" />
1515
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
1616
<meta name="apple-mobile-web-app-title" content="Claude UI" />
1717

0 commit comments

Comments
 (0)