Browse Source

Merge branch 'main' into feature/improve-usage-of-premium-indicator-component

pull/1421/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
1bd026d66a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 4
      apps/client/src/app/pages/landing/landing-page.scss
  3. 4
      apps/client/src/app/pages/register/register-page.scss
  4. BIN
      apps/client/src/assets/intro-dark.jpg

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the usage of the premium indicator component
- Removed the intro image in dark mode
## 1.208.0 - 03.11.2022

4
apps/client/src/app/pages/landing/landing-page.scss

@ -114,9 +114,7 @@
}
.outro-inner-container {
div {
background-image: url('/assets/intro-dark.jpg') !important;
}
display: none;
}
.video {

4
apps/client/src/app/pages/register/register-page.scss

@ -32,8 +32,6 @@
}
.intro-container {
.intro {
background-image: url('/assets/intro-dark.jpg') !important;
}
display: none;
}
}

BIN
apps/client/src/assets/intro-dark.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Loading…
Cancel
Save