Skip to content

Commit

Permalink
chore: update payment guide in payment unsupported msg (#6199)
Browse files Browse the repository at this point in the history
  • Loading branch information
foochifa authored Apr 26, 2023
1 parent e6c61e7 commit f347d22
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { Flex, Text } from '@chakra-ui/react'

import { GUIDE_PAYMENTS } from '~constants/links'
import Link from '~components/Link'

import { SettingsUnsupportedSvgr } from '~features/admin-form/settings/svgrs/SettingsUnsupportedSvgr'

export const PaymentsUnsupportedMsg = (): JSX.Element => {
Expand All @@ -10,7 +13,10 @@ export const PaymentsUnsupportedMsg = (): JSX.Element => {
</Text>
<Text textStyle="body-1" color="secondary.500" mb="2.5rem">
Collect payments through FormSG via integration with Stripe. This
feature is only available in Storage Mode.
feature is only available in Storage Mode.&nbsp;
<Link isExternal href={GUIDE_PAYMENTS}>
Read more about payments
</Link>
</Text>
<SettingsUnsupportedSvgr />
</Flex>
Expand Down

0 comments on commit f347d22

Please sign in to comment.