fix lint: long lines

This commit is contained in:
Christopher Willis-Ford 2020-10-07 18:23:50 -07:00
parent 10b2bae670
commit 4fe9e5b703

View file

@ -25,9 +25,9 @@ const AboutElement = () => (
</tbody></table>
<p className={styles.aboutFooter}>
<a
// The `href` attribute causes link styling to be applied. The value doesn't really matter but using a
// reasonable value might make testing easier, or at least makes the HTML more readable. The `onClick`
// function actually handles opening the privacy policy window.
// The `href` attribute causes link styling to be applied. The value doesn't really matter but
// using a reasonable value might make testing easier, or at least makes the HTML more readable.
// The `onClick` function actually handles opening the privacy policy window.
href="./index.html?route=privacy"
onClick={showPrivacyPolicy}
>View the Privacy Policy...</a>