web: fix missing app description

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-15 18:09:48 +02:00
parent 295f0fe730
commit 051016f613
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export class LibraryApplication extends LitElement {
<small>${this.application.metaPublisher}</small> <small>${this.application.metaPublisher}</small>
</div> </div>
</div> </div>
<div class="pf-c-card__body">${truncate(this.application.metaDescription, 35)}</div>
</a>`; </a>`;
} }
} }