Change logo.png to logo.svg for web UI (#4307)

master
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent dd28b557ae
commit 4d661e1183
  1. 2
      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')

Loading…
Cancel
Save