Fix wrong aspect ratio of logo in icons (#18639)
This commit is contained in:
parent
e3cebfa457
commit
fe2d6fe105
13 changed files with 13 additions and 14 deletions
|
@ -15,7 +15,7 @@ module BrandingHelper
|
|||
end
|
||||
|
||||
def _logo_as_symbol_icon
|
||||
content_tag(:svg, tag(:use, href: '#logo-symbol-icon'), viewBox: '0 0 79 75', class: 'logo logo--icon')
|
||||
content_tag(:svg, tag(:use, href: '#logo-symbol-icon'), viewBox: '0 0 79 79', class: 'logo logo--icon')
|
||||
end
|
||||
|
||||
def render_logo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue