diff --git a/VERSION.properties b/VERSION.properties
index 2aadb317..0af54c47 100644
--- a/VERSION.properties
+++ b/VERSION.properties
@@ -1,2 +1,2 @@
-client.version=1.2.341
-server.version=1.2.313
+client.version=1.2.342
+server.version=1.2.314
diff --git a/shine-UI/assets/profile-icon-settings.svg b/shine-UI/assets/profile-icon-settings.svg
index 1364d2a1..ec391c81 100644
--- a/shine-UI/assets/profile-icon-settings.svg
+++ b/shine-UI/assets/profile-icon-settings.svg
@@ -1,12 +1,6 @@
diff --git a/shine-UI/js/pages/profile-edit-view.js b/shine-UI/js/pages/profile-edit-view.js
index f56e2fed..b86ac20c 100644
--- a/shine-UI/js/pages/profile-edit-view.js
+++ b/shine-UI/js/pages/profile-edit-view.js
@@ -96,7 +96,7 @@ export function render({ navigate }) {
screen.append(
renderHeader({
title: 'Редактирование профиля',
- leftAction: { label: '←', onClick: () => navigate('settings-view') },
+ leftAction: { label: '←', onClick: () => navigate('profile-view') },
}),
);
diff --git a/shine-UI/js/pages/profile-view.js b/shine-UI/js/pages/profile-view.js
index b9ada1bb..4682f5bf 100644
--- a/shine-UI/js/pages/profile-view.js
+++ b/shine-UI/js/pages/profile-view.js
@@ -101,7 +101,7 @@ export function render({ navigate }) {
const topActions = document.createElement('div');
topActions.className = 'profile-top-actions';
topActions.innerHTML = `
-