summaryrefslogtreecommitdiffstats
path: root/app/views/layouts/auth.html.haml
diff options
context:
space:
mode:
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 b4f1bd0f35a..d8ac733f913 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'