Skip to content

Commit

Permalink
One more icon update
Browse files Browse the repository at this point in the history
  • Loading branch information
SomniusTiger committed Dec 26, 2023
1 parent 7bf6bd8 commit b05a9d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/helpers/branding_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def render_symbol(version = :icon)
path = begin
case version
when :icon
'logo-symbol-icon.svg'
'merveilles-logo-symbol-icon.svg'
when :wordmark
'logo-symbol-wordmark.svg'
'merveilles-logo-symbol-wordmark.svg'
end
end

Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- %w(57 60 72 76 114 120 144 152 167 180 1024).each do |size|
%link{ rel: 'apple-touch-icon', sizes: "#{size}x#{size}", href: asset_pack_path("media/icons/apple-touch-icon-#{size}x#{size}.png") }/

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

0 comments on commit b05a9d5

Please sign in to comment.