@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Added the license to the about page
### Changed
- Changed the about page for the new license
@ -99,6 +99,11 @@
"input": "",
"output": "./"
},
{
"glob": "LICENSE",
"glob": "sitemap.xml",
"input": "apps/client/src/assets",
@ -160,7 +160,7 @@
</div>
<div class="row">
<div class="mb-5 row">
<div class="col">
<h3 class="mb-3 text-center" i18n>Changelog</h3>
<mat-card class="changelog mb-3">
@ -170,4 +170,15 @@
</mat-card>
<h3 class="mb-3 text-center" i18n>License</h3>
<mat-card class="mb-3">
<mat-card-content>
<markdown [src]="'LICENSE'"></markdown>
</mat-card-content>