Skip to content

Commit

Permalink
edits to sharePost
Browse files Browse the repository at this point in the history
  • Loading branch information
aniamisiorek committed Apr 18, 2024
1 parent 8a460cf commit f2c67f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/MakePost/SharePost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ const SharePost: React.FC = () => {
<TouchableOpacity style={styles.button} onPress={() => { navigation.navigate('SelectTrade') }}>
<View style={styles.buttonContentContainer}>
<Text style={styles.buttonTitle}>Trade Post</Text>
<Text style={styles.buttonDescription}>Show people a trade that you made</Text>
<Text style={styles.buttonDescription}>Share a recent trade you made</Text>
</View>
<Icon name="navigate-next" style={styles.navigateNext} />
</TouchableOpacity>

<TouchableOpacity style={styles.button} onPress={() => { navigation.navigate('SharePortfolioSummary') }}>
<View style={styles.buttonContentContainer}>
<Text style={styles.buttonTitle}>Portfolio Summary</Text>
<Text style={styles.buttonDescription}>Show people a summary of your portfolio</Text>
<Text style={styles.buttonDescription}>Share a summary of your portfolio</Text>
</View>
<Icon name="navigate-next" style={styles.navigateNext} />
</TouchableOpacity>
Expand Down

0 comments on commit f2c67f7

Please sign in to comment.