Fix B2BScreen: remove duplicate header, move add button next to search

This commit is contained in:
2026-01-17 03:55:49 +03:00
parent ca3c9c667c
commit 401eb5dade
2 changed files with 23 additions and 45 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ const HomeStackNavigator: React.FC = () => {
<Stack.Screen name="WalletSetup" component={WalletSetupScreen} options={{ headerTitle: 'Cîzdan Saz Bike' }} />
<Stack.Screen name="Swap" component={SwapScreen} options={{ headerTitle: 'Swap' }} />
<Stack.Screen name="P2P" component={P2PScreen} options={{ headerTitle: 'P2P Bazirganî' }} />
<Stack.Screen name="B2B" component={B2BScreen} options={{ headerTitle: 'B2B Bazara' }} />
<Stack.Screen name="B2B" component={B2BScreen} options={{ headerTitle: 'B2B Bazirganî' }} />
<Stack.Screen name="TaxZekat" component={TaxZekatScreen} options={{ headerTitle: 'Bac & Zekat' }} />
<Stack.Screen name="Launchpad" component={LaunchpadScreen} options={{ headerTitle: 'Launchpad' }} />
<Stack.Screen name="President" component={PresidentScreen} options={{ headerTitle: 'Serok' }} />