Browse Source

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

pull/4/head
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
4d661e1183
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/home/index.html.haml

+ 1
- 1
app/views/home/index.html.haml View 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')

Loading…
Cancel
Save