Replace mastodon logos in admin area with name of instance

This commit is contained in:
Emma Winston
2019-10-10 21:30:15 +01:00
parent b2b108a09a
commit dbaf8e4aed
2 changed files with 32 additions and 6 deletions

View File

@ -6,13 +6,16 @@
.sidebar-wrapper
.sidebar-wrapper__inner
.sidebar
= link_to root_path do
= image_pack_tag 'logo.svg', class: 'logo', alt: 'Mastodon'
.logo
%h2
= link_to root_url, class: 'brand' do
= site_title
.sidebar__toggle
.sidebar__toggle__logo
= link_to root_path do
= svg_logo_full
%h2
= link_to root_path, class: 'brand' do
= site_title
= link_to '#', class: 'sidebar__toggle__icon' do
= fa_icon 'bars'