mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-18 20:51:01 +00:00
Remove duplicate back buttons from all Dashboard screens
This commit is contained in:
@@ -348,9 +348,7 @@ const SettingsScreen: React.FC = () => {
|
||||
|
||||
{/* Header */}
|
||||
<View style={[styles.header, { backgroundColor: colors.surface, borderBottomColor: colors.border }]}>
|
||||
<TouchableOpacity onPress={() => navigation.goBack()} style={styles.backButton}>
|
||||
<Text style={styles.backButtonText}>←</Text>
|
||||
</TouchableOpacity>
|
||||
<View style={{ width: 40 }} />
|
||||
<Text style={[styles.headerTitle, { color: colors.text }]}>Settings</Text>
|
||||
<View style={{ width: 40 }} />
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user