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