Skip to content

Commit

Permalink
update process list (#28510)
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
micahchiang committed Mar 12, 2024
1 parent efc5276 commit 7ef96a2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Expand Up @@ -49,7 +49,7 @@ class IntroductionPage extends React.Component {
<h2 className="vads-u-font-size--h3 vads-u-margin-top--0">
Follow the steps below to apply for Mock form.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Prepare</h3>
<h4>To fill out this application, you’ll need your:</h4>
Expand Down
Expand Up @@ -14,7 +14,7 @@ export default function BurialIntroduction(props) {
<h2 className="vads-u-font-size--h4">
Follow the steps below to apply for burial benefits.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<div>
<h3>Prepare</h3>
Expand Down
Expand Up @@ -26,7 +26,7 @@ class IntroductionPage extends React.Component {
<h2 className="vads-u-font-size--h4">
Follow the steps below to apply for burial benefits.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Prepare</h3>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/applications/fry-dea/containers/IntroductionPage.jsx
Expand Up @@ -52,7 +52,7 @@ class IntroductionPage extends React.Component {
Follow these steps to get started
</h2>

<va-process-list>
<va-process-list uswds="false">
<li>
<h3 className="vads-u-font-size--h4">Check your eligibility</h3>
<p>
Expand Down
Expand Up @@ -32,7 +32,7 @@ class IntroductionPage extends React.Component {
<h2 className="vads-u-font-size--h3 vad-u-margin-top--0">
Follow the steps below to apply for CHAMPVA benefits.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Prepare</h3>
<h4>To fill out this application, you’ll need your:</h4>
Expand Down
Expand Up @@ -3,7 +3,7 @@ import { connect } from 'react-redux';

function IntroductionProcessListV2() {
return (
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Check your eligibility</h3>
<p>Make sure you meet our eligibility requirements before you apply.</p>
Expand Down
Expand Up @@ -33,7 +33,7 @@ class IntroductionPage extends React.Component {
<h2 className="vads-u-font-size--h3 vad-u-margin-top--0">
Follow the steps below to apply for beneficiary travel claim.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Prepare</h3>
<h4>To fill out this application, you’ll need your:</h4>
Expand Down

0 comments on commit 7ef96a2

Please sign in to comment.