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 {
position: fixed;
bottom: 10%;
z-index: 1;
z-index: 2;
img {
width: 3rem;

View File

@ -104,10 +104,6 @@ return [
'name' => 'User'
],
/*Menu Button*/
'profile' => [
'name' => 'Profile'
@ -198,7 +194,6 @@ return [
'name' => 'My Sales'
],
/* Right Dock*/
'right_secure_trading_subject' => [
'name' => 'Secure Trading'
@ -362,7 +357,6 @@ return [
'name' => 'Preferences Settings',
],
'corporate_settings' => [
'name' => 'Corporate Settings',
],
@ -442,4 +436,11 @@ return [
'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',
];