mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 21:51:55 -05:00
fix lint: long lines
This commit is contained in:
parent
10b2bae670
commit
4fe9e5b703
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue