about summary refs log tree commit diff
path: root/app/views/layouts/admin.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-23 02:40:39 +0200
committerGitHub <noreply@github.com>2017-07-23 02:40:39 +0200
commit0e0f18ce7c9796b25efa415436fe662f3f65bd25 (patch)
treebda14b5c47b17a0aa82aead8ce53fc0b195ef027 /app/views/layouts/admin.html.haml
parent7964bfccdb0bc30c4f15db092b66a6f8d57f1262 (diff)
New logo (#4306)
* Add new logo

* Remove unused images
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r--app/views/layouts/admin.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index 59d95a0c6..c98d85f7b 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -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