Skip to content

Commit

Permalink
Merge pull request #998 from hackforla/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sydneywalcoff committed Aug 22, 2023
2 parents a6bd844 + 170879d commit 095e7e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"before_you_begin_page": {
"header": "Before you begin",
"sectionTitle1": "Eligibility",
"sectionParagraph1": "Be sure you are eligible to have your record cleared. If you’re not sure, here are <a target='_blank' href='https://roadmap.rootandrebound.org/understanding-cleaning-up-your-criminal-record/cleaning-up-your-criminal-record-later-in-reentry/california-expungement-of-state-convictions/chart-which-type-of-expungement-am-i-eligible-for/'>two</a> <a target='_blank' href='https://www.robertmhelfend.com/criminal-defense/how-get-felony-expunged-california/#6-step-2-find-out-if-you-are-eligible-for-expungement'>resources</a> to help.",
"sectionTitle1": "Are you eligible?",
"sectionParagraph1": "Be sure you are eligible to have your record cleared. If you’re not sure, the <a target='_blank' href='https://selfhelp.courts.ca.gov/clean-your-record'>California Courts Self-Help Guide</a> or the <a target='_blank' href='https://roadmap.rootandrebound.org/understanding-cleaning-up-your-criminal-record/cleaning-up-your-criminal-record-later-in-reentry/california-expungement-of-state-convictions/chart-which-type-of-expungement-am-i-eligible-for/'>Roadmap to Reentry</a> can help you get started.",
"sectionTitle2": "Keep your browser open",
"sectionParagraph2": "This website doesn’t save anything you write, so be sure to keep your browser open until you are done. You can download your completed letter at the end.",
"sectionTitle3": "Using this site",
Expand Down
11 changes: 6 additions & 5 deletions products/statement-generator/src/pages-form/BeforeYouBegin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const useStyles = makeStyles(({ palette, breakpoints }) =>
createStyles({
root: {
'& h3': {
fontSize: '20px',
fontSize: '24px',
lineHeight: 1.15,
fontWeight: 500,
fontWeight: 400,
letterSpacing: '0.0015em',
[breakpoints.up(breakpoints.values.md)]: {
fontSize: '34px',
Expand All @@ -29,12 +29,14 @@ const useStyles = makeStyles(({ palette, breakpoints }) =>
},
'& a': {
color: palette.primary.darker,
whiteSpace: 'noWrap',
},
'& h6': {
fontSize: '16px',
fontSize: '20px',
marginTop: '24px',
fontWeight: 700,
fontWeight: 400,
lineHeight: 1.2,
paddingBottom: '8px',
[breakpoints.up(breakpoints.values.md)]: {
fontSize: '20px',
fontWeight: 400,
Expand All @@ -59,7 +61,6 @@ const BeforeYouBegin = () => {

<h6>{t('before_you_begin_page.sectionTitle1')}</h6>
<p
className={`${classes.italicDesktop}`}
/* eslint-disable-next-line react/no-danger */
dangerouslySetInnerHTML={{
__html: t('before_you_begin_page.sectionParagraph1'),
Expand Down

0 comments on commit 095e7e1

Please sign in to comment.