Skip to content

Commit

Permalink
possibly fixed issue where superfluid link didn't open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Jan 24, 2024
1 parent 2ee9dbe commit b44e675
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions packages/app/src/components/DonateComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,18 +313,16 @@ function DonateComponent({ collective }: DonateComponentProps) {
<View>
<Text style={styles.title}>Review Your Donation</Text>
<Text style={styles.reviewDesc}>
Your donation will be made in GoodDollars, the currency in use by this GoodCollective. {'\n'}
{Frequency.OneTime
? 'Pressing “Confirm” will trigger your donation.\n'
: 'Your donation will be streamed using Superfluid.\n'}
<Text style={styles.italic}>
<Link
style={styles.reviewDesc}
href={'https://gooddollar.notion.site/How-does-Superfluid-work-ab31eaaef75f4e3db36db615fcb578d1'}
isExternal>
Your donation will be made in GoodDollars, the currency in use by this GoodCollective.{'\n'}
If recurrent, your donation will be streamed using Superfluid.{'\n'}
Pressing “Confirm” will trigger your donation.{'\n'}
<Link
href={'https://gooddollar.notion.site/How-does-Superfluid-work-ab31eaaef75f4e3db36db615fcb578d1'}
isExternal>
<Text style={[styles.reviewDesc, { textDecorationLine: 'underline' }]}>
How does Superfluid work?
</Link>
</Text>
</Text>
</Link>
</Text>
</View>
<View style={styles.reviewRow}>
Expand Down

0 comments on commit b44e675

Please sign in to comment.