Remove duplicate back buttons from all Dashboard screens

This commit is contained in:
2026-01-17 03:40:28 +03:00
parent 9fbd05a1d3
commit 011f162870
14 changed files with 13 additions and 148 deletions
+3 -14
View File
@@ -434,14 +434,11 @@ const B2BScreen: React.FC = () => {
);
return (
<SafeAreaView style={styles.container}>
<View style={styles.container}>
<StatusBar barStyle="dark-content" />
{/* Header */}
{/* Action Bar */}
<View style={styles.header}>
<TouchableOpacity onPress={() => navigation.goBack()} style={styles.backButton}>
<Text style={styles.backButtonText}> Paş</Text>
</TouchableOpacity>
<View>
<Text style={styles.headerTitle}>B2B Bazirganî</Text>
<Text style={styles.headerSubtitle}>Kurdish Business Marketplace</Text>
@@ -830,7 +827,7 @@ const B2BScreen: React.FC = () => {
</View>
</View>
</Modal>
</SafeAreaView>
</View>
);
};
@@ -849,14 +846,6 @@ const styles = StyleSheet.create({
borderBottomWidth: 1,
borderBottomColor: '#E0E0E0',
},
backButton: {
padding: 4,
},
backButtonText: {
fontSize: 16,
color: KurdistanColors.kesk,
fontWeight: '600',
},
headerTitle: {
fontSize: 20,
fontWeight: 'bold',