]> cat aescling's git repositories - mastodon.git/commitdiff
Change logo.png to logo.svg for web UI (#4307)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Sun, 23 Jul 2017 09:09:42 +0000 (18:09 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 23 Jul 2017 09:09:42 +0000 (11:09 +0200)
app/views/home/index.html.haml

index 13ca9ea79e78d687a65fb4caa01d616088b76382..a2ea0d948198a8309d4f91456734609f975d992d 100644 (file)
@@ -6,6 +6,6 @@
 
 .app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
   %noscript
-    = image_tag asset_pack_path('logo.png')
+    = image_tag asset_pack_path('logo.svg')
     %div
       = t('errors.noscript')