department-of-veterans-affairs/vets-website

View on GitHub
src/applications/claims-status/components/NeedHelp.jsx

Summary

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

export function NeedHelp() {
  return (
    <va-need-help class="vads-u-margin-top--9">
      <div slot="content">
        <p>
          Call us at <va-telephone contact="8008271000" />. We're here Monday
          through Friday, 8:00 a.m to 9:00 p.m ET. If you have hearing loss,{' '}
          <va-telephone contact="711" tty="true" />.
        </p>
      </div>
    </va-need-help>
  );
}

export default NeedHelp;