1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-11 14:48:46 +01:00

update styles of the password history to use bitLink & button (#12246)

This commit is contained in:
Nick Krantz 2024-12-09 09:04:16 -06:00 committed by GitHub
parent 8c446b4720
commit b5ce2167eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,13 +25,14 @@
<span class="tw-font-bold">{{ "datePasswordUpdated" | i18n }}:</span>
{{ cipher.passwordRevisionDisplayDate | date: "medium" }}
</p>
<a
<button
*ngIf="cipher.hasPasswordHistory && isLogin"
class="tw-font-bold tw-no-underline tw-cursor-pointer tw-text-primary-600"
(click)="viewPasswordHistory()"
bitTypography="body2"
bitLink
type="button"
>
{{ "passwordHistory" | i18n }}
</a>
</button>
</bit-card>
</bit-section>