Skip to content

Commit

Permalink
feat: change infobox back to payments (#6797)
Browse files Browse the repository at this point in the history
feat: change infobox back to FormPay
  • Loading branch information
LinHuiqing authored Oct 20, 2023
1 parent 7ec602e commit 9762829
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useMemo } from 'react'
import { Box, Container, Grid } from '@chakra-ui/react'

import { GUIDE_ENCRYPTION_BOUNDARY_SHIFT } from '~constants/links'
import { GUIDE_PAYMENTS_ENTRY } from '~constants/links'
import { ROLLOUT_ANNOUNCEMENT_KEY_PREFIX } from '~constants/localStorage'
import { useLocalStorage } from '~hooks/useLocalStorage'
import InlineMessage from '~components/InlineMessage'
Expand Down Expand Up @@ -41,7 +41,7 @@ export const WorkspacePageContent = ({
)

// TODO: change dashboard message to env var
const dashboardMessage = `FormSG encryption is changing to make it more secure. This won't affect data/security classifications, and no action is needed from you. [Learn more](${GUIDE_ENCRYPTION_BOUNDARY_SHIFT})`
const dashboardMessage = `Introducing payments! Respondents can now pay for fees and services directly on your form. [Learn more](${GUIDE_PAYMENTS_ENTRY})`

return totalFormsCount === 0 ? (
<EmptyWorkspace
Expand Down

0 comments on commit 9762829

Please sign in to comment.