Use <use /> to render transparent SVG logo instead of inserting it (#10845)

This commit is contained in:
Eugen Rochko
2019-05-27 03:33:39 +02:00
committed by GitHub
parent 3b9c02506d
commit 8d5dcc9301
8 changed files with 16 additions and 41 deletions

View File

@ -38,9 +38,7 @@
%li= link_to t('about.api'), 'https://docs.joinmastodon.org/api/guidelines/'
.column-2
%h4= link_to t('about.what_is_mastodon'), 'https://joinmastodon.org/'
= link_to root_url, class: 'brand' do
= render file: Rails.root.join('app', 'javascript', 'images', 'logo_transparent.svg')
= link_to svg_logo, root_url, class: 'brand'
.column-3
%h4= site_hostname
%ul