Skip to content

Commit

Permalink
fix: restore the original theme-color
Browse files Browse the repository at this point in the history
  • Loading branch information
mashirozx committed Jul 11, 2022
1 parent 46d7f0c commit cdf0788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

%link{ rel: 'mask-icon', href: asset_pack_path('media/images/logo-symbol-icon.svg'), color: '#6364FF' }/
%link{ rel: 'manifest', href: manifest_path(format: :json) }/
%meta{ name: 'theme-color', content: '#6364FF' }/
%meta{ name: 'theme-color', content: '#282c37' }/
%meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/

%title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
Expand Down

0 comments on commit cdf0788

Please sign in to comment.