-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct verbage for med and chip spa
- Loading branch information
Showing
9 changed files
with
301 additions
and
464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Events } from "shared-types"; | ||
import { CommonEmailVariables } from "shared-types"; | ||
import { Text } from "@react-email/components"; | ||
import { Link, Text } from "@react-email/components"; | ||
import { | ||
PackageDetails, | ||
FollowUpNotice, | ||
|
@@ -15,21 +15,22 @@ export const ChipSpaStateEmail = (props: { | |
}) => { | ||
const variables = props.variables; | ||
const previewText = `CHIP SPA ${variables.id} Submitted`; | ||
const heading = "This response confirms the submission of your CHIP State Plan Amendment to CMS:"; | ||
const heading = | ||
"This is confirmation that you submitted a CHIP State Plan Amendment to CMS for review:"; | ||
|
||
return ( | ||
<BaseEmailTemplate | ||
previewText={previewText} | ||
heading={heading} | ||
applicationEndpointUrl={variables.applicationEndpointUrl} | ||
footerContent={<FollowUpNotice isChip />} | ||
// footerContent={<FollowUpNotice isChip />} | ||
> | ||
<DetailsHeading /> | ||
<PackageDetails | ||
details={{ | ||
"State or Territory": variables.territory, | ||
Name: variables.submitterName, | ||
Email: variables.submitterEmail, | ||
"Email Address": variables.submitterEmail, | ||
"CHIP SPA Package ID": variables.id, | ||
Summary: variables.additionalInformation, | ||
}} | ||
|
@@ -38,7 +39,16 @@ export const ChipSpaStateEmail = (props: { | |
This response confirms the receipt of your CHIP State Plan Amendment (CHIP SPA). You can | ||
expect a formal response to your submittal from CMS at a later date. | ||
</Text> | ||
<MailboxNotice type="SPA" /> | ||
<Text style={{ ...styles.text.base, marginTop: "16px" }}> | ||
{" "} | ||
If you have questions or did not expect this email, please contact{" "} | ||
<Link | ||
href={`mailto:[email protected]`} | ||
style={{ textDecoration: "underline" }} | ||
> | ||
[email protected] | ||
</Link> | ||
</Text> | ||
</BaseEmailTemplate> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.