Update UITabAccount.js

This commit is contained in:
Nariman Jelveh 2024-04-27 19:29:44 -07:00
parent 42d85abfc2
commit 63c81d6fff

View File

@ -59,7 +59,7 @@ export default {
h += `<span class="user-email" style="display:block; margin-top:5px;">${user.email}</span>`;
h += `</div>`;
h += `<div style="flex-grow:1;">`;
h += `<button class="button change-email" style="margin-bottom: 10px; float:right;">${i18n('change_email')}</button>`;
h += `<button class="button change-email" style="float:right;">${i18n('change_email')}</button>`;
h += `</div>`;
h += `</div>`;
}