department-of-veterans-affairs/vets-website

View on GitHub
src/applications/hca/components/IntroductionPage/GetStarted/SaveInProgressDescription.jsx

Summary

Maintainability
A
1 hr
Test Coverage
import React from 'react';

const SaveInProgressDescription = (
  <>
    <p>
      You should know that we updated our online form.{' '}
      <strong>If you started applying online before March 5, 2024</strong>, we
      have some new questions for you to answer. And you may need to provide
      certain information again.
    </p>
    <p>
      Select <strong>Continue your application</strong> to use our updated form,
      or come back later to finish your application.
    </p>
  </>
);

export default SaveInProgressDescription;