Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
14 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/header/header.component.html
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
- Fixed the link to the pricing page |
|
|
|
|
|
|
|
|
## 1.2.1 - 14.05.2021 |
|
|
## 1.2.1 - 14.05.2021 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
@ -227,6 +227,14 @@ |
|
|
<gf-logo></gf-logo> |
|
|
<gf-logo></gf-logo> |
|
|
</a> |
|
|
</a> |
|
|
<span class="spacer"></span> |
|
|
<span class="spacer"></span> |
|
|
|
|
|
<a |
|
|
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
|
|
i18n |
|
|
|
|
|
mat-flat-button |
|
|
|
|
|
[color]="currentRoute?.startsWith('pricing') ? 'primary' : null" |
|
|
|
|
|
[routerLink]="['/pricing']" |
|
|
|
|
|
>Pricing</a |
|
|
|
|
|
> |
|
|
<a |
|
|
<a |
|
|
class="d-none d-sm-block mx-1" |
|
|
class="d-none d-sm-block mx-1" |
|
|
i18n |
|
|
i18n |
|
|