department-of-veterans-affairs/vets-website

View on GitHub
src/applications/disability-benefits/all-claims/content/introductionPage.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';

export const itfNotice = (
  <p className="vads-u-margin-top--0">
    By clicking the button to start the disability application, you’ll declare
    your intent to file. This will reserve a potential effective date for when
    you could start getting benefits. You have 1 year from the day you submit
    your intent to file to complete your application.
  </p>
);