department-of-veterans-affairs/vets-website

View on GitHub
src/applications/lgy/coe/form/components/GetFormHelp.jsx

Summary

Maintainability
A
1 hr
Test Coverage
import React from 'react';
import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts';

export const GetFormHelp = () => (
  <p className="help-talk">
    If you need help or have questions about your eligibility, call us at{' '}
    <va-telephone contact="8778273702" />.{' '}
    <va-telephone contact={CONTACTS[711]} tty />. We’re here Monday through
    Friday, 8:00 a.m. to 6:00 p.m. ET.
  </p>
);