From: Martin Raifer Date: Mon, 21 Jun 2021 19:02:00 +0000 (+0200) Subject: add banner for SotM 2021 X-Git-Tag: live~1619^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6b73edc4156e4afb58787162c22968f70b64277a add banner for SotM 2021 --- diff --git a/app/assets/images/banners/banner_community_survey_200124.png b/app/assets/images/banners/banner_community_survey_200124.png deleted file mode 100644 index 2664ca860..000000000 Binary files a/app/assets/images/banners/banner_community_survey_200124.png and /dev/null differ diff --git a/app/assets/images/banners/sotm_2021.png b/app/assets/images/banners/sotm_2021.png new file mode 100644 index 000000000..52d34ba9b Binary files /dev/null and b/app/assets/images/banners/sotm_2021.png differ diff --git a/config/banners.yml b/config/banners.yml index 1b206e20d..83aaf3f7b 100644 --- a/config/banners.yml +++ b/config/banners.yml @@ -1,6 +1,6 @@ -survey_2021: - id: survey_2021 - alt: OpenStreetMap Community Survey 2021 - link: https://osmf.limequery.org/281662 - img: banners/banner_community_survey_200124.png - enddate: 2021-feb-14 +sotm_2021: + id: sotm_2021 + alt: State of the Map 2021 + link: https://2021.stateofthemap.org/ + img: banners/sotm_2021.png + enddate: 2021-jul-11