We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce1ab3 commit ba35277Copy full SHA for ba35277
src/app/Document.tsx
@@ -26,7 +26,7 @@ export const Document = ({ children }: { children: ReactNode }) => {
26
name="apple-mobile-web-app-status-bar-style"
27
content="black-translucent"
28
/>
29
- <meta name="apple-mobile-web-app-capable" content="yes"></meta>
+ <meta name="mobile-web-app-capable" content="yes" />
30
<link
31
rel="apple-touch-icon"
32
sizes="180x180"
0 commit comments