Remove vendor prefix from `mobile-web-app-capable` meta tag (#31845)

pull/2842/head
Matt Jankowski 2024-09-10 13:32:58 -04:00 committed by GitHub
parent 4ffaced8bc
commit 0c3c06f7cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
%link{ rel: 'mask-icon', href: frontend_asset_path('images/logo-symbol-icon.svg'), color: '#6364FF' }/
%link{ rel: 'manifest', href: manifest_path(format: :json) }/
= theme_color_tags current_theme
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
%meta{ name: 'mobile-web-app-capable', content: 'yes' }/
%title= html_title