Browse Source
Merge branch 'main' into feature/upgrade-ionicons-to-version-7.1.0
pull/1997/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/about/about-page.html
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the breadcrumb navigation style in the blog post pages for mobile |
|
|
- Improved the breadcrumb navigation style in the blog post pages for mobile |
|
|
|
|
|
- Improved the style of the _Changelog & License_ button on the about page |
|
|
- Upgraded `ionicons` from version `6.1.2` to `7.1.0` |
|
|
- Upgraded `ionicons` from version `6.1.2` to `7.1.0` |
|
|
|
|
|
|
|
|
## 1.271.0 - 2023-05-20 |
|
|
## 1.271.0 - 2023-05-20 |
|
|
|
@ -221,7 +221,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
class="col-md-3 col-xs-12 my-2" |
|
|
class="col-md-3 col-xs-12 my-2" |
|
|
[ngClass]="{ 'offset-md-4': !hasPermissionForBlog }" |
|
|
[ngClass]="{ 'mx-auto': !hasPermissionForBlog }" |
|
|
> |
|
|
> |
|
|
<a |
|
|
<a |
|
|
class="py-4 w-100" |
|
|
class="py-4 w-100" |
|
|