diff --git a/app/assets/images/favicon.png b/app/assets/images/favicon.png new file mode 100644 index 0000000000..758c60d7e2 Binary files /dev/null and b/app/assets/images/favicon.png differ diff --git a/app/views/home/temp_landing_page.html.haml b/app/views/home/temp_landing_page.html.haml index f057cebd62..a0f6b4a854 100644 --- a/app/views/home/temp_landing_page.html.haml +++ b/app/views/home/temp_landing_page.html.haml @@ -5,7 +5,7 @@ %meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/ %title Welcome to Open Food Network - = favicon_link_tag "favicon.ico" + = favicon_link_tag "favicon.png" = stylesheet_link_tag "search/all" = javascript_include_tag "search/all" = javascript_include_tag "store/shop_front" diff --git a/app/views/layouts/landing_page.html.haml b/app/views/layouts/landing_page.html.haml index 8faf9b2fbc..893c112899 100644 --- a/app/views/layouts/landing_page.html.haml +++ b/app/views/layouts/landing_page.html.haml @@ -5,7 +5,7 @@ %meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/ %title= content_for?(:title) ? yield(:title) : 'Welcome to Open Food Network' - = favicon_link_tag "favicon.ico" + = favicon_link_tag "favicon.png" = stylesheet_link_tag "search/all" = javascript_include_tag "search/all" = render "layouts/bugherd_script"