From: Martin Raifer Date: Sat, 16 Jul 2022 19:48:06 +0000 (+0200) Subject: add banner for sotm 2022 X-Git-Tag: live~1686^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ef56e11e580a9011a193a6aabde138e4cadbc690 add banner for sotm 2022 --- diff --git a/app/assets/images/banners/sotm_2021.png b/app/assets/images/banners/sotm_2021.png deleted file mode 100644 index 52d34ba9b..000000000 Binary files a/app/assets/images/banners/sotm_2021.png and /dev/null differ diff --git a/app/assets/images/banners/sotm_2022.png b/app/assets/images/banners/sotm_2022.png new file mode 100644 index 000000000..50a766674 Binary files /dev/null and b/app/assets/images/banners/sotm_2022.png differ diff --git a/config/banners.yml b/config/banners.yml index 83aaf3f7b..affe6b144 100644 --- a/config/banners.yml +++ b/config/banners.yml @@ -1,6 +1,6 @@ -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 +sotm_2022: + id: sotm_2022 + alt: State of the Map 2022 + link: https://2022.stateofthemap.org/ + img: banners/sotm_2022.png + enddate: 2022-aug-21