0
0
Fork 0

Fix wrong aspect ratio of logo in icons (#18639)

This commit is contained in:
Eugen Rochko 2022-06-11 20:32:02 +02:00 committed by GitHub
parent e3cebfa457
commit fe2d6fe105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 14 deletions

View file

@ -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