From b05a9d53f7e36b69de4779ee02abdc977172305d Mon Sep 17 00:00:00 2001 From: Eoin Thomas O'Hehir Date: Sun, 26 Feb 2023 23:44:25 -0800 Subject: [PATCH] One more icon update --- app/helpers/branding_helper.rb | 4 ++-- app/views/layouts/application.html.haml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/helpers/branding_helper.rb b/app/helpers/branding_helper.rb index 5106b3d32c..8cfb1aedb9 100644 --- a/app/helpers/branding_helper.rb +++ b/app/helpers/branding_helper.rb @@ -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 diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 4fec902953..94ac58aa68 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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' }/