department-of-veterans-affairs/vets-website

View on GitHub
src/applications/accredited-representative-portal/accreditation/21a/components/common/GetFormHelp.jsx

Summary

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

const GetFormHelp = () => (
  <>
    <p>
      For questions about the accreditation process, visit the{' '}
      <va-link
        href="https://www.va.gov/ogc/accreditation.asp"
        text="OGC website"
      />
      .
    </p>
  </>
);

export default GetFormHelp;