diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-07-23 18:09:42 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-23 11:09:42 +0200 |
commit | 4d661e11837c12a3381a08cb686fc5451e8d7deb (patch) | |
tree | ffff529b6dc5dd93dbb438aa0330f474bd120373 /app/views | |
parent | dd28b557ae32d846ea2ef9f8e9ec208abeeca6af (diff) |
Change logo.png to logo.svg for web UI (#4307)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/home/index.html.haml | 2 |
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') |