mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue