* Add new logo

* Remove unused images
This commit is contained in:
Eugen Rochko
2017-07-23 02:40:39 +02:00
committed by GitHub
parent 7964bfccdb
commit 0e0f18ce7c
21 changed files with 17 additions and 11 deletions

View File

@ -6,7 +6,7 @@
.sidebar-wrapper
.sidebar
= link_to root_path do
= image_tag asset_pack_path('logo.png'), class: 'logo'
= image_tag asset_pack_path('logo.svg'), class: 'logo', alt: 'Mastodon'
= render_navigation
.content-wrapper