This commit is contained in:
Eric Bailey
2024-12-09 12:57:18 -06:00
parent 58d4935ffc
commit 757c12c9f3
2 changed files with 13 additions and 18 deletions
@@ -186,7 +186,7 @@ function DialogInner({
a.pt_lg, a.pt_lg,
{color: 'white'}, {color: 'white'},
]}> ]}>
<Trans>Let's build the social web.</Trans> <Trans>A century of gathering clouds</Trans>
</Text> </Text>
</View> </View>
@@ -198,8 +198,8 @@ function DialogInner({
t.atoms.text_contrast_medium, t.atoms.text_contrast_medium,
]}> ]}>
<Trans> <Trans>
Support Bluesky and get access to exclusive features, custom app Ghost ships arriving and leaving. The sea deeper, vaster. The parrot
icons, higher video quality, and more! in the bamboo cage spoke several languages.
</Trans> </Trans>
</Text> </Text>
@@ -378,21 +378,16 @@ function DialogInner({
)} )}
<Button <Button
label={_(msg`Subscribe`)} label={_(msg`Subscribe`)}
variant="solid" variant="gradient"
color="secondary" color="gradient_nordic"
size="large" size="large"
onPress={onPressSubscribe} onPress={onPressSubscribe}
disabled={isPending || isDisabled} disabled={isPending || isDisabled}
style={[a.flex_1, a.overflow_hidden]}> style={[a.flex_1, a.overflow_hidden]}>
<GradientFill gradient={tokens.gradients.nordic} /> <ButtonText>
<ButtonText style={[{color: 'white'}]}>
<Trans>Subscribe</Trans> <Trans>Subscribe</Trans>
</ButtonText> </ButtonText>
<ButtonIcon <ButtonIcon icon={isPending ? Loader : Plus} position="right" />
icon={isPending ? Loader : Plus}
position="right"
style={[{color: 'white'}]}
/>
</Button> </Button>
</View> </View>
@@ -440,12 +435,12 @@ function useCoreOfferingCopy() {
return { return {
[SubscriptionOfferingId.CoreMonthly]: { [SubscriptionOfferingId.CoreMonthly]: {
title: _(msg`1 month`), title: _(msg`1 month`),
price: _(msg`$8 / month`), price: _(msg`$1337 / month`),
discount: undefined, discount: undefined,
}, },
[SubscriptionOfferingId.CoreAnnual]: { [SubscriptionOfferingId.CoreAnnual]: {
title: _(msg`12 months`), title: _(msg`12 months`),
price: _(msg`$72 / year`), price: _(msg`$1337 / year`),
discount: _(msg`Save 25%`), discount: _(msg`Save 25%`),
}, },
} }
+4 -4
View File
@@ -6,7 +6,7 @@ import {useLingui} from '@lingui/react'
import {NativeStackScreenProps} from '@react-navigation/native-stack' import {NativeStackScreenProps} from '@react-navigation/native-stack'
import {CommonNavigatorParams} from '#/lib/routes/types' import {CommonNavigatorParams} from '#/lib/routes/types'
import {isAndroid, isIOS, isNative,isWeb} from '#/platform/detection' import {isAndroid, isIOS, isNative, isWeb} from '#/platform/detection'
import {PurchasesState, usePurchases, usePurchasesApi} from '#/state/purchases' import {PurchasesState, usePurchases, usePurchasesApi} from '#/state/purchases'
import {useManageSubscription} from '#/state/purchases/hooks/useManageSubscription' import {useManageSubscription} from '#/state/purchases/hooks/useManageSubscription'
import {useNativeUserState} from '#/state/purchases/hooks/useNativeUserState' import {useNativeUserState} from '#/state/purchases/hooks/useNativeUserState'
@@ -314,14 +314,14 @@ function PurchaseHeader() {
a.font_heavy, a.font_heavy,
isDark ? undefined : t.atoms.text_contrast_high, isDark ? undefined : t.atoms.text_contrast_high,
]}> ]}>
<Trans>Building a better internet needs your support.</Trans> <Trans>A century of gathering clouds</Trans>
</Text> </Text>
<View style={[a.gap_xs]}> <View style={[a.gap_xs]}>
<Text style={[a.text_md, a.leading_snug]}> <Text style={[a.text_md, a.leading_snug]}>
<Trans> <Trans>
Subscribing to Bluesky+ helps ensure that our work to build an open, Ghost ships arriving and leaving. The sea deeper, vaster. The parrot
secure, and user-first internet can continue. in the bamboo cage spoke several languages.
</Trans> </Trans>
</Text> </Text>
</View> </View>