Skip to content

Commit abc6fd9

Browse files
Merge pull request #655 from onnimonni/change-deprecated-mobile-web-meta-tag
Fix apple-mobile-web-app-capable deprecated meta tag deprecated warning
2 parents b858110 + b2e3cc4 commit abc6fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/PageHead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function PageHead({
3333
content='width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover'
3434
/>
3535

36-
<meta name='apple-mobile-web-app-capable' content='yes' />
36+
<meta name='mobile-web-app-capable' content='yes' />
3737
<meta name='apple-mobile-web-app-status-bar-style' content='black' />
3838

3939
<meta

0 commit comments

Comments
 (0)