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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user