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 17 | 3x | 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> ); |