Skip to content

Commit

Permalink
Merge pull request #1330 from Gary-Community-Ventures/refactor/ccig
Browse files Browse the repository at this point in the history
CCIG to CDIG
  • Loading branch information
CalebPena authored Oct 10, 2024
2 parents 5ef8bc1 + e304b7d commit 8198a58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified src/Assets/States/CO/WhiteLabels/CCIG/ccigLandingPage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/Assets/States/CO/WhiteLabels/CCIG/ccigLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/Components/CcigComponents/CcigLandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ export default function CcigLandingPage() {
src={ccigLandingPageImage}
alt={formatMessage({
id: 'ccig.landingPage.image.alt',
defaultMessage: 'CCIG in partnership with myfriendben',
defaultMessage: 'CDIG in partnership with myfriendben',
})}
className="ccig-landing-page-logo"
/>
<p className="ccig-landing-page-text">
<FormattedMessage
id="ccig.landingPage.text.1"
defaultMessage="Welcome to the final part of the application process for the Colorado Community Insight Group!"
defaultMessage="Welcome to the final part of the application process for the Colorado Design Insight Group!"
/>
</p>
<p className="ccig-landing-page-text">
<FormattedMessage
id="ccig.landingPage.text.2"
defaultMessage="Thank you again for your interest in joining CCIG. This last section of the application will help us learn more about your family demographics, income, and benefits that you have experience with. This information is helpful to help match you to insight sessions to improve programs, initiatives, and policies."
defaultMessage="Thank you again for your interest in joining CDIG. This last section of the application will help us learn more about your family demographics, income, and benefits that you have experience with. This information is helpful to help match you to insight sessions to improve programs, initiatives, and policies."
/>
</p>
<p className="ccig-landing-page-text">
Expand All @@ -51,7 +51,7 @@ export default function CcigLandingPage() {
<p className="ccig-landing-page-text">
<FormattedMessage
id="ccig.landingPage.text.5"
defaultMessage="If you have any questions or need assistance, please email us at ccig@garycommunity.org."
defaultMessage="If you have any questions or need assistance, please email us at cdig@garycommunity.org."
/>
</p>
<Button variant="contained" onClick={handleGetStarted}>
Expand Down

0 comments on commit 8198a58

Please sign in to comment.