All files / react-app/src/features/faq/faqs/general browsers.tsx

50% Statements 1/2
100% Branches 0/0
0% Functions 0/1
50% Lines 1/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 173x                                
export const Browsers = () => (
  <p>
    The submission portal works best on Google Chrome (Version 91.0.4472.77 or later) or Firefox
    (Version 89.0 or later). Firefox users may need to adjust their browser settings to enable PDFs
    to download automatically —{" "}
    <a
      href="https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file"
      rel="noopener noreferrer"
      target="_blank"
      className="text-primary underline hover:no-underline"
    >
      learn how
    </a>
    .
  </p>
);