logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 4d661e11837c12a3381a08cb686fc5451e8d7deb
parent: dd28b557ae32d846ea2ef9f8e9ec208abeeca6af
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sun, 23 Jul 2017 18:09:42 +0900

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


Diffstat:

Mapp/views/home/index.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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')