mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-05-30 00:41:01 +00:00
Remove duplicate back buttons from all Dashboard screens
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user