settings_overlay: Change privacy icon to a lock.

This avoids duplication with the `fa-user` for the user's profile, and is also just
more intuitive for account/security settings.

Fixes #19737.
This commit is contained in:
Jonny Tran 2021-09-14 10:13:16 -07:00 committed by GitHub
parent 9299ad7843
commit 87cd743f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<div class="text">{{t "Profile" }}</div>
</li>
<li tabindex="0" data-section="account-and-privacy">
<i class="icon fa fa-user" aria-hidden="true"></i>
<i class="icon fa fa-lock" aria-hidden="true"></i>
<div class="text">{{t "Account & privacy" }}</div>
</li>
<li tabindex="0" data-section="display-settings">