diff --git a/mobile/src/navigation/HomeStackNavigator.tsx b/mobile/src/navigation/HomeStackNavigator.tsx
index f3775137..1955af0c 100644
--- a/mobile/src/navigation/HomeStackNavigator.tsx
+++ b/mobile/src/navigation/HomeStackNavigator.tsx
@@ -80,7 +80,7 @@ const HomeStackNavigator: React.FC = () => {
-
+
diff --git a/mobile/src/screens/LaunchpadScreen.tsx b/mobile/src/screens/LaunchpadScreen.tsx
index 290563fb..b60f20ee 100644
--- a/mobile/src/screens/LaunchpadScreen.tsx
+++ b/mobile/src/screens/LaunchpadScreen.tsx
@@ -529,14 +529,10 @@ const LaunchpadScreen: React.FC = () => {
- {/* Action Bar */}
-
-
- 🚀 Launchpad
- Multi-Presale Platform
-
+ {/* Add Button Row */}
+
- +
+ + Projeya Nû
@@ -762,41 +758,24 @@ const styles = StyleSheet.create({
fontSize: 14,
color: '#666',
},
- header: {
+ actionRow: {
flexDirection: 'row',
- alignItems: 'center',
+ justifyContent: 'flex-end',
paddingHorizontal: 16,
- paddingVertical: 12,
- backgroundColor: KurdistanColors.spi,
- borderBottomWidth: 1,
- borderBottomColor: '#E0E0E0',
- },
- headerContent: {
- flex: 1,
- marginLeft: 12,
- },
- headerTitle: {
- fontSize: 20,
- fontWeight: 'bold',
- color: KurdistanColors.reş,
- },
- headerSubtitle: {
- fontSize: 12,
- color: '#666',
- marginTop: 2,
+ paddingVertical: 8,
},
addButton: {
- width: 40,
- height: 40,
+ paddingHorizontal: 16,
+ paddingVertical: 10,
borderRadius: 20,
backgroundColor: KurdistanColors.kesk,
justifyContent: 'center',
alignItems: 'center',
},
addIcon: {
- fontSize: 24,
+ fontSize: 14,
color: KurdistanColors.spi,
- fontWeight: 'bold',
+ fontWeight: '600',
},
platformStats: {
flexDirection: 'row',