css: Change the selector name of the <i></i> tag.

Changed the id name of the <i></i> tag to user_profile_edit_button_icon
in the user profile modal, as earlier it was edit-button, which is too
vague of a selector name.
This commit is contained in:
SameepAher
2023-03-08 13:39:52 +05:30
committed by Tim Abbott
parent 724af12cd6
commit 6211939020
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
{{/if}}
{{#if is_me}}
<a href="/#settings/profile" class="user_profile_edit_button">
<i class="fa fa-edit" id="edit-button" aria-hidden="true"></i>
<i class="fa fa-edit" id="user_profile_edit_button_icon" aria-hidden="true"></i>
</a>
{{/if}}
</h1>