Frontend: Replace deprecated meta tag with correct version (#95939)

replace deprecated meta tag with correct version
This commit is contained in:
Ashley Harrison 2024-11-06 10:34:14 +00:00 committed by GitHub
parent 0007ede9de
commit f8ae71e458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
performance.mark('frontend_boot_css_time_seconds');
</script>
<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 name="msapplication-TileColor" content="#2b5797" />
<meta name="msapplication-config" content="public/img/browserconfig.xml" />