diff --git a/nuxt.config.js b/nuxt.config.js index 0f9aecbf174..2f0a8faa713 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -21,7 +21,7 @@ export default { { name: "viewport", content: "width=device-width, initial-scale=1" }, ], link: [ - { rel: "icon", type: "image/x-icon", href: "/favicon.ico" }, + { rel: "icon", type: "image/x-icon", href: "/favicon.png" }, { rel: "stylesheet", href: diff --git a/website/components/LocationFiltersForm.vue b/website/components/LocationFiltersForm.vue index 01e7095fa6e..a46e380afef 100644 --- a/website/components/LocationFiltersForm.vue +++ b/website/components/LocationFiltersForm.vue @@ -109,7 +109,13 @@