diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f1db5fb..11d1b4ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved the styling in the admin control panel +- Removed the _Google Play_ badge from the landing page ## 1.232.0 - 2023-02-05 diff --git a/apps/client/src/app/pages/landing/landing-page.html b/apps/client/src/app/pages/landing/landing-page.html index 8dd7cf002..5f93228bb 100644 --- a/apps/client/src/app/pages/landing/landing-page.html +++ b/apps/client/src/app/pages/landing/landing-page.html @@ -357,15 +357,6 @@ - -
- - Google Play Badge - -
diff --git a/apps/client/src/app/pages/landing/landing-page.scss b/apps/client/src/app/pages/landing/landing-page.scss index 2d2692a14..90d86a162 100644 --- a/apps/client/src/app/pages/landing/landing-page.scss +++ b/apps/client/src/app/pages/landing/landing-page.scss @@ -13,12 +13,6 @@ aspect-ratio: 16 / 9; } - .downloads { - img { - height: 2.5rem; - } - } - .intro { font-size: 4vw; line-height: 1; diff --git a/apps/client/src/assets/badge-en-google-play.png b/apps/client/src/assets/badge-en-google-play.png deleted file mode 100644 index 82967908f..000000000 Binary files a/apps/client/src/assets/badge-en-google-play.png and /dev/null differ