Feature/remove google play badge from landing page (#1672)

* Remove Google Play badge

* Update changelog
pull/1674/head
Thomas Kaul 2 years ago committed by GitHub
parent 75d140b436
commit 7878036bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -357,15 +357,6 @@
</div>
</div>
</div>
<div class="downloads my-5 row justify-content-center">
<a
href="https://play.google.com/store/apps/details?id=ch.dotsilver.ghostfolio.twa"
title="Get Ghostfolio on Google Play"
>
<img alt="Google Play Badge" src="../assets/badge-en-google-play.png" />
</a>
</div>
</div>
<div class="container">

@ -13,12 +13,6 @@
aspect-ratio: 16 / 9;
}
.downloads {
img {
height: 2.5rem;
}
}
.intro {
font-size: 4vw;
line-height: 1;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save