Skip to content

Commit

Permalink
fix: deprecated meta for new one (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannfleurydev authored Sep 24, 2024
1 parent 3ce1ab3 commit ba35277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Document = ({ children }: { children: ReactNode }) => {
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-capable" content="yes"></meta>
<meta name="mobile-web-app-capable" content="yes" />
<link
rel="apple-touch-icon"
sizes="180x180"
Expand Down

0 comments on commit ba35277

Please sign in to comment.