From: Martin Raifer Date: Wed, 1 Jul 2020 11:26:18 +0000 (+0100) Subject: Add banner for SOTM 2020 X-Git-Tag: live~2148 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d49771ba95766b62534c607d2ab28a1a41aae14b Add banner for SOTM 2020 --- diff --git a/app/assets/images/banners/sotm_2020.png b/app/assets/images/banners/sotm_2020.png new file mode 100644 index 000000000..7ef917d6b Binary files /dev/null and b/app/assets/images/banners/sotm_2020.png differ diff --git a/app/assets/images/banners/sotm_africa_2019.png b/app/assets/images/banners/sotm_africa_2019.png deleted file mode 100644 index aefd48819..000000000 Binary files a/app/assets/images/banners/sotm_africa_2019.png and /dev/null differ diff --git a/config/banners.yml b/config/banners.yml index 75e95d741..73347834e 100644 --- a/config/banners.yml +++ b/config/banners.yml @@ -1,6 +1,6 @@ -sotm_africa_2019: - id: sotm_africa_2019 - alt: State of the Map Africa 2019 - link: https://2019.stateofthemap.africa/ - img: banners/sotm_africa_2019.png - enddate: 2019-nov-24 +sotm_2020: + id: sotm_2020 + alt: State of the Map 2020 + link: https://2020.stateofthemap.org/ + img: banners/sotm_2020.png + enddate: 2020-jul-05