department-of-veterans-affairs/vets-website

View on GitHub
src/applications/representative-appoint/components/NeedHelp.jsx

Summary

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

export default function NeedHelp() {
  return (
    <>
      <h2 className="vads-u-margin-bottom--0 vads-u-padding-bottom--0p5 vads-u-font-size--h3 vads-u-border-bottom--2px vads-u-border-color--primary">
        Need help?
      </h2>
      <p>
        You can call us at <va-telephone contact="8006982411" extension="0" />{' '}
        <va-telephone contact="711" tty />. We're here 24/7.
      </p>
    </>
  );
}