Icon sequence

merge-requests/8/head
Bob Mottram 2020-10-23 12:39:22 +01:00
parent 2fc5a83ddf
commit 825e0c6523
1 changed files with 1 additions and 1 deletions

View File

@ -3535,7 +3535,7 @@ def htmlProfile(defaultTimeline: str,
' <a href="' + usersPath + '/shares#buttonheader">' + \
'<button class="' + sharesButton + '"><span>' + \
translate['Shares'] + ' </span></button></a>'
profileStr += editProfileStr + logoutStr
profileStr += logoutStr + editProfileStr
profileStr += ' </center>'
profileStr += '</div>'