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
parent
commit
509f95ea30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 1
      apps/client/src/app/app.component.html

1
CHANGELOG.md

@ -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

1
apps/client/src/app/app.component.html

@ -50,6 +50,7 @@
currentRoute === 'features' ||
currentRoute === 'markets' ||
currentRoute === 'open' ||
currentRoute === 'p' ||
currentRoute === 'pricing' ||
currentRoute === 'resources' ||
currentRoute === 'register' ||

Loading…
Cancel
Save