From c75dc93474e5b635313b01d779c41348ffcf5ee8 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Fri, 4 Jul 2025 12:10:21 +0500 Subject: [PATCH] Few changes --- src/screens/Main/MenuScreen.js | 8 ++++---- src/screens/Main/ProfileScreen.js | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/screens/Main/MenuScreen.js b/src/screens/Main/MenuScreen.js index d2fb858..d1a20be 100644 --- a/src/screens/Main/MenuScreen.js +++ b/src/screens/Main/MenuScreen.js @@ -16,8 +16,8 @@ const MenuScreen = () => { { title: 'Karz', items: [ - { id: 1, title: 'Karz sargyt', icon: 'add-circle', description: 'Täze karz sargyt' }, - { id: 2, title: 'Karzyň galyndysy', icon: 'stats-chart', description: 'Galyndy maglumatlary' }, + { id: 1, title: 'Karz sargyt', icon: 'cash', description: 'Karz almak üçin sargytlar' }, + { id: 2, title: 'Karzyň galyndysy', icon: 'stats-chart', description: 'Karzyň galyndylary' }, { id: 3, title: 'Karzyň ýapylandygy barada güwanamalar', icon: 'document-text', description: 'Güwanama al' }, ], }, @@ -34,8 +34,8 @@ const MenuScreen = () => { { title: 'Halkara tölegler', items: [ - { id: 9, title: 'Visa/Master tölegleri (talyplar üçin)', icon: 'globe', description: 'Visa/Master' }, - { id: 10, title: 'Sber tölegler (talyplar üçin)', icon: 'cash', description: 'Sber tölegler' }, + { id: 9, title: 'Visa/Master tölegleri (talyplar üçin)', icon: 'logo-usd', description: 'Visa/Master' }, + { id: 10, title: 'Sber tölegler (talyplar üçin)', icon: 'globe', description: 'Sber tölegler' }, ], }, ]; diff --git a/src/screens/Main/ProfileScreen.js b/src/screens/Main/ProfileScreen.js index 983751e..c91b7c1 100644 --- a/src/screens/Main/ProfileScreen.js +++ b/src/screens/Main/ProfileScreen.js @@ -57,15 +57,12 @@ const ProfileScreen = () => { title: 'Hasap maglumatlary', items: [ { id: 1, title: 'Şahsy maglumatlar', icon: 'person', hasArrow: true }, - { id: 2, title: 'Habarlaşmak maglumatlary', icon: 'mail', hasArrow: true }, - { id: 3, title: 'Paroly üýtget', icon: 'lock-closed', hasArrow: true }, ], }, { title: 'Sazlamalar', items: [ { id: 4, title: 'Bildirişler', icon: 'notifications', hasArrow: true }, - { id: 5, title: 'Howpsuzlyk', icon: 'shield-checkmark', hasArrow: true }, { id: 6, title: 'Dil', icon: 'language', value: 'Türkmençe', hasArrow: true }, { id: 7, title: 'Tema', icon: 'color-palette', value: 'Ýeňil', hasArrow: true }, ],