Change logo.png to logo.svg for web UI (#4307)
This commit is contained in:
parent
dd28b557ae
commit
4d661e1183
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue