Skip to content

Commit ba35277

Browse files
fix: deprecated meta for new one (#528)
1 parent 3ce1ab3 commit ba35277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Document.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const Document = ({ children }: { children: ReactNode }) => {
2626
name="apple-mobile-web-app-status-bar-style"
2727
content="black-translucent"
2828
/>
29-
<meta name="apple-mobile-web-app-capable" content="yes"></meta>
29+
<meta name="mobile-web-app-capable" content="yes" />
3030
<link
3131
rel="apple-touch-icon"
3232
sizes="180x180"

0 commit comments

Comments
 (0)