Browse Source
Feature/add footer to public page (#2202)
* Add footer to public page
* Update changelog
pull/2200/head^2
Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/app.component.html
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Added the footer to the public page |
|
|
|
- Added a `copy-assets` `Nx` target to the client build |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
@ -50,6 +50,7 @@ |
|
|
|
currentRoute === 'features' || |
|
|
|
currentRoute === 'markets' || |
|
|
|
currentRoute === 'open' || |
|
|
|
currentRoute === 'p' || |
|
|
|
currentRoute === 'pricing' || |
|
|
|
currentRoute === 'resources' || |
|
|
|
currentRoute === 'register' || |
|
|
|