web: replace pf-icon-arrow

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-17 19:51:52 +01:00
parent 93e8f9cb36
commit 14d990df7f
5 changed files with 4 additions and 35 deletions

View File

@ -71,7 +71,7 @@ export class NotificationDrawer extends LitElement {
<div class="pf-c-notification-drawer__list-item-action">
${item.event && html`
<a class="pf-c-dropdown__toggle pf-m-plain" href="#/events/log/${item.event?.pk}">
<i class="pf-icon pf-icon-arrow"></i>
<i class="fas fas fa-share-square"></i>
</a>
`}
<button class="pf-c-dropdown__toggle pf-m-plain" type="button" @click=${() => {