1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-29 22:31:29 +01:00

Add icons to settings page (#13052)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith 2025-01-27 12:10:11 +01:00 committed by GitHub
parent 9a0c0776bf
commit 750cb4888a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,38 +8,44 @@
<bit-item-group>
<bit-item>
<a bit-item-content routerLink="/account-security"
>{{ "accountSecurity" | i18n }}
<a bit-item-content routerLink="/account-security">
<i slot="start" class="bwi bwi-lock" aria-hidden="true"></i>
{{ "accountSecurity" | i18n }}
<i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
</a>
</bit-item>
<bit-item>
<a bit-item-content routerLink="/autofill"
>{{ "autofill" | i18n }}
<a bit-item-content routerLink="/autofill">
<i slot="start" class="bwi bwi-check-circle" aria-hidden="true"></i>
{{ "autofill" | i18n }}
<i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
</a>
</bit-item>
<bit-item>
<a bit-item-content routerLink="/notifications"
>{{ "notifications" | i18n }}
<a bit-item-content routerLink="/notifications">
<i slot="start" class="bwi bwi-file-text" aria-hidden="true"></i>
{{ "notifications" | i18n }}
<i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
</a>
</bit-item>
<bit-item>
<a bit-item-content routerLink="/vault-settings"
>{{ "vault" | i18n }}
<a bit-item-content routerLink="/vault-settings">
<i slot="start" class="bwi bwi-vault" aria-hidden="true"></i>
{{ "vault" | i18n }}
<i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
</a>
</bit-item>
<bit-item>
<a bit-item-content routerLink="/appearance"
>{{ "appearance" | i18n }}
<a bit-item-content routerLink="/appearance">
<i slot="start" class="bwi bwi-eye" aria-hidden="true"></i>
{{ "appearance" | i18n }}
<i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
</a>
</bit-item>
<bit-item>
<a bit-item-content routerLink="/about"
>{{ "about" | i18n }}
<a bit-item-content routerLink="/about">
<i slot="start" class="bwi bwi-info-circle" aria-hidden="true"></i>
{{ "about" | i18n }}
<i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
</a>
</bit-item>