1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

pm-19322 / replace a tag with button

This commit is contained in:
Alex
2025-08-27 15:09:14 -04:00
parent 4dd7e0cafa
commit 9ac6f7ddb1

View File

@@ -15,15 +15,16 @@
"dataLastUpdated" | i18n: (dataLastUpdated$ | async | date: "MMMM d, y 'at' h:mm a")
}}</span>
<span class="tw-flex tw-justify-center tw-w-16">
<a
<button
*ngIf="!(isRefreshing$ | async)"
type="button"
bitButton
buttonType="unstyled"
buttonType="secondary"
class="tw-border-none !tw-font-normal tw-cursor-pointer !tw-py-0"
[bitAction]="refreshData.bind(this)"
>
{{ "refresh" | i18n }}
</a>
</button>
<span>
<i
*ngIf="isRefreshing$ | async"