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

th-downstream
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent 89a7c2ea8c
commit 2e766841f3

@ -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