Skip to content

Commit b2e3cc4

Browse files
committed
Fix apple-mobile-web-app-capable deprecated meta tag warning
1 parent b858110 commit b2e3cc4

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)