mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-30 08:07:55 +00:00
Remove duplicate back buttons from all Dashboard screens
This commit is contained in:
@@ -369,12 +369,6 @@ const PerwerdeScreen: React.FC = () => {
|
||||
end={{ x: 1, y: 1 }}
|
||||
style={styles.header}
|
||||
>
|
||||
<TouchableOpacity
|
||||
style={styles.backButton}
|
||||
onPress={() => navigation.goBack()}
|
||||
>
|
||||
<Text style={styles.backButtonText}>←</Text>
|
||||
</TouchableOpacity>
|
||||
<View style={styles.headerContent}>
|
||||
<Text style={styles.headerTitle}>Perwerde</Text>
|
||||
<Text style={styles.headerSubtitle}>Platforma Perwerdehiya Dijîtal</Text>
|
||||
|
||||
Reference in New Issue
Block a user