Few changes

This commit is contained in:
2025-07-04 12:10:21 +05:00
parent 348519ba52
commit c75dc93474
2 changed files with 4 additions and 7 deletions

View File

@@ -16,8 +16,8 @@ const MenuScreen = () => {
{ {
title: 'Karz', title: 'Karz',
items: [ items: [
{ id: 1, title: 'Karz sargyt', icon: 'add-circle', description: 'Täze karz sargyt' }, { id: 1, title: 'Karz sargyt', icon: 'cash', description: 'Karz almak üçin sargytlar' },
{ id: 2, title: 'Karzyň galyndysy', icon: 'stats-chart', description: 'Galyndy maglumatlary' }, { 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' }, { 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', title: 'Halkara tölegler',
items: [ items: [
{ id: 9, title: 'Visa/Master tölegleri (talyplar üçin)', icon: 'globe', description: 'Visa/Master' }, { id: 9, title: 'Visa/Master tölegleri (talyplar üçin)', icon: 'logo-usd', description: 'Visa/Master' },
{ id: 10, title: 'Sber tölegler (talyplar üçin)', icon: 'cash', description: 'Sber tölegler' }, { id: 10, title: 'Sber tölegler (talyplar üçin)', icon: 'globe', description: 'Sber tölegler' },
], ],
}, },
]; ];

View File

@@ -57,15 +57,12 @@ const ProfileScreen = () => {
title: 'Hasap maglumatlary', title: 'Hasap maglumatlary',
items: [ items: [
{ id: 1, title: 'Şahsy maglumatlar', icon: 'person', hasArrow: true }, { 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', title: 'Sazlamalar',
items: [ items: [
{ id: 4, title: 'Bildirişler', icon: 'notifications', hasArrow: true }, { 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: 6, title: 'Dil', icon: 'language', value: 'Türkmençe', hasArrow: true },
{ id: 7, title: 'Tema', icon: 'color-palette', value: 'Ýeňil', hasArrow: true }, { id: 7, title: 'Tema', icon: 'color-palette', value: 'Ýeňil', hasArrow: true },
], ],