Browse Source
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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
1 additions and
15 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/landing/landing-page.html
-
apps/client/src/app/pages/landing/landing-page.scss
-
BIN
apps/client/src/assets/badge-en-google-play.png
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the styling in the admin control panel |
|
|
- Improved the styling in the admin control panel |
|
|
|
|
|
- Removed the _Google Play_ badge from the landing page |
|
|
|
|
|
|
|
|
## 1.232.0 - 2023-02-05 |
|
|
## 1.232.0 - 2023-02-05 |
|
|
|
|
|
|
|
|
|
@ -357,15 +357,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</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> |
|
|
|
|
|
|
|
|
<div class="container"> |
|
|
<div class="container"> |
|
|
|
@ -13,12 +13,6 @@ |
|
|
aspect-ratio: 16 / 9; |
|
|
aspect-ratio: 16 / 9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.downloads { |
|
|
|
|
|
img { |
|
|
|
|
|
height: 2.5rem; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.intro { |
|
|
.intro { |
|
|
font-size: 4vw; |
|
|
font-size: 4vw; |
|
|
line-height: 1; |
|
|
line-height: 1; |
|
|
Width:
|
Height:
|
Size: 13 KiB
|