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