This commit is contained in:
Diatrex 2020-07-08 12:15:14 +03:00
commit a8813fddd3
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
.profile-nav-toggler { .profile-nav-toggler {
position: fixed; position: fixed;
bottom: 10%; bottom: 10%;
z-index: 1; z-index: 2;
img { img {
width: 3rem; width: 3rem;

View File

@ -104,10 +104,6 @@ return [
'name' => 'User' 'name' => 'User'
], ],
/*Menu Button*/ /*Menu Button*/
'profile' => [ 'profile' => [
'name' => 'Profile' 'name' => 'Profile'
@ -198,7 +194,6 @@ return [
'name' => 'My Sales' 'name' => 'My Sales'
], ],
/* Right Dock*/ /* Right Dock*/
'right_secure_trading_subject' => [ 'right_secure_trading_subject' => [
'name' => 'Secure Trading' 'name' => 'Secure Trading'
@ -362,7 +357,6 @@ return [
'name' => 'Preferences Settings', 'name' => 'Preferences Settings',
], ],
'corporate_settings' => [ 'corporate_settings' => [
'name' => 'Corporate Settings', 'name' => 'Corporate Settings',
], ],
@ -442,4 +436,11 @@ return [
'tax_number' => [ 'tax_number' => [
'name' => 'Tax Number' 'name' => 'Tax Number'
], ],
// Profile page
'my_profile' => 'My Profile',
'edit_profile' => 'Edit Profile',
'edit_details' => 'Edit Details',
'update' => 'Update',
'change_password' => 'Change Password',
]; ];