Skip to content

Commit da8f89a

Browse files
committed
Show "No refund" policy
1 parent 0cdfb57 commit da8f89a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

packages/components/src/components/modals/SubscribeModal.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,19 @@ export function SubscribeModal(props: SubscribeModalProps) {
154154
{'Cancel anytime'.toUpperCase()}
155155
</ThemedText>
156156
</View>
157+
158+
<Spacer height={contentPadding} />
159+
160+
<View
161+
style={[
162+
sharedStyles.fullWidth,
163+
sharedStyles.horizontal,
164+
sharedStyles.justifyContentSpaceBetween,
165+
]}
166+
>
167+
<H3 children="Refund policy" />
168+
<ThemedText color="foregroundColor">NO REFUND</ThemedText>
169+
</View>
157170
</View>
158171

159172
<Spacer height={contentPadding} />

0 commit comments

Comments
 (0)