about summary refs log tree commit diff
path: root/app/views/layouts/auth.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/auth.html.haml
parent7964bfccdb0bc30c4f15db092b66a6f8d57f1262 (diff)
New logo (#4306)
* Add new logo

* Remove unused images
Diffstat (limited to 'app/views/layouts/auth.html.haml')
-rw-r--r--app/views/layouts/auth.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml
index b4f1bd0f3..d8ac733f9 100644
--- a/app/views/layouts/auth.html.haml
+++ b/app/views/layouts/auth.html.haml
@@ -6,8 +6,7 @@
     .logo-container
       %h1
         = link_to root_path do
-          = image_tag asset_pack_path('logo.svg')
-          Mastodon
+          = image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
 
     .form-container
       = render 'flashes'