web/admin: fix launch button on app list

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-05 13:47:13 +02:00
parent 1a17ce24f9
commit 5803575ee2
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export class ApplicationListPage extends TablePage<Application> {
? html`<a
href=${item.launchUrl}
target="_blank"
class="pf-c-button pf-m-secondary"
class="pf-c-button pf-m-plain"
>
<i class="fas fas fa-share-square"></i>
</a>`