Bug fix
- Less buggy show more button - Switched edit profile button to word instead of icon
This commit is contained in:
parent
84a6cf6c96
commit
7c4274ee32
2 changed files with 22 additions and 6 deletions
11
index.html
11
index.html
|
@ -158,7 +158,8 @@
|
|||
name="profile-website" action="open-link">
|
||||
<img class="icon svg" src="/icon/profile-website.svg"/>
|
||||
</button>
|
||||
<button class="icon link hide"
|
||||
<button class="icon link hide"
|
||||
title="Copy Lightning Address"
|
||||
name="profile-lud06" action="open-lud06">
|
||||
<img class="icon svg" src="/icon/profile-zap.svg"/>
|
||||
</button>
|
||||
|
@ -166,14 +167,16 @@
|
|||
title="Directly Message">
|
||||
<img class="icon svg" src="/icon/message-user.svg"/>
|
||||
</button>
|
||||
<button class="icon hide" name="edit-profile"
|
||||
title="Edit Profile">
|
||||
<img class="icon svg" src="/icon/edit-profile.svg"/></button>
|
||||
<button class="icon" name="copy-pk"
|
||||
data-pk="" title="Copy Public Key">
|
||||
<img class="icon svg" src="/icon/pubkey.svg"/></button>
|
||||
|
||||
<button class="action" name="follow-user"
|
||||
data-pk="">Follow</button>
|
||||
<button class="action" name="edit-profile"
|
||||
title="Update Profile">
|
||||
Update
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue