1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 01:23:57 +00:00

Consistent: Replaced the clipboard icon with a clone icon to improve UX (#582)

* Replace copy value button fa-clipboard to fa-clone

* Replace clone item button fa-clone to fa-files-o
This commit is contained in:
K. Sasa
2020-07-28 02:21:11 +09:00
committed by GitHub
parent 78992444bf
commit 6e3edd75eb
3 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
<div class="ml-auto">
<button class="btn btn-link" appA11yTitle="{{'copyPassword' | i18n}}"
(click)="copy(h.password)">
<i class="fa fa-lg fa-clipboard" aria-hidden="true"></i>
<i class="fa fa-lg fa-clone" aria-hidden="true"></i>
</button>
</div>
</li>