mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +00:00
Fix SwapScreen: simplify header title to Swap
This commit is contained in:
@@ -472,10 +472,10 @@ const SwapScreen: React.FC = () => {
|
||||
)}
|
||||
|
||||
<ScrollView style={styles.scrollContent} contentContainerStyle={styles.scrollContentContainer}>
|
||||
{/* Settings Button */}
|
||||
{/* Header with Settings */}
|
||||
<View style={styles.header}>
|
||||
<View style={{width: 40}} />
|
||||
<Text style={styles.headerTitle}>Swap Tokens</Text>
|
||||
<Text style={styles.headerTitle}>Swap</Text>
|
||||
<TouchableOpacity onPress={() => setShowSettings(true)} style={styles.settingsButton}>
|
||||
<Text style={styles.settingsIcon}>⚙️</Text>
|
||||
</TouchableOpacity>
|
||||
|
||||
Reference in New Issue
Block a user