about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-07-23 18:09:42 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-23 11:09:42 +0200
commit4d661e11837c12a3381a08cb686fc5451e8d7deb (patch)
treeffff529b6dc5dd93dbb438aa0330f474bd120373
parentdd28b557ae32d846ea2ef9f8e9ec208abeeca6af (diff)
Change logo.png to logo.svg for web UI (#4307)
-rw-r--r--app/views/home/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml
index 13ca9ea79..a2ea0d948 100644
--- a/app/views/home/index.html.haml
+++ b/app/views/home/index.html.haml
@@ -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')