Skip to content

Commit

Permalink
Merge pull request #137 from GTBitsOfGood/Tian/DonateButon
Browse files Browse the repository at this point in the history
Donate Button added
  • Loading branch information
dpang314 committed Sep 25, 2023
2 parents 352de65 + 7b5262e commit 393aa98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mobile/screens/Onboarding/LandingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ export default function LandingScreen(props: any) {
>
<Text style={styles.signupBtnText}>Sign Up</Text>
</TouchableOpacity>
<TouchableOpacity
// onPress={() =>
// props.navigation.navigate(Screens.DONATE_SCREEN)
// }
style={styles.signupBtn}
>
<Text style={styles.signupBtnText}>Donate</Text>
</TouchableOpacity>
</View>
</View>
{Platform.OS === "web" ? (
Expand Down

0 comments on commit 393aa98

Please sign in to comment.