Skip to content

Commit

Permalink
Fix apple-mobile-web-app-capable deprecated meta tag warning
Browse files Browse the repository at this point in the history
  • Loading branch information
onnimonni committed Nov 11, 2024
1 parent b858110 commit b2e3cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PageHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function PageHead({
content='width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover'
/>

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

<meta
Expand Down

0 comments on commit b2e3cc4

Please sign in to comment.