mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Change policy content
This commit is contained in:
@@ -96,9 +96,9 @@ class InfoTab extends React.Component {
|
||||
</ul>
|
||||
<hr />
|
||||
<div styleName='policy'>Data collection policy</div>
|
||||
<p>We collect only the number of users on Boostnote for DAU and any detail information<br />
|
||||
such as a note's content or title is not collected.</p>
|
||||
<p>You can see how it works on <a href='https://github.com/BoostIO/Boostnote'>GitHub</a></p>
|
||||
<p>We collect only the number of DAU for Boostnote, NOT COLLECTED any detail information</p>
|
||||
<p>like your note content. You can see how it works on <a href='https://github.com/BoostIO/Boostnote' onClick={(e) => this.handleLinkClick(e)}>GitHub</a>.</p>
|
||||
<p>These data are only used for Boostnote improvements.</p>
|
||||
<input onChange={(e) => this.handleConfigChange(e)}
|
||||
checked={this.state.config.amaEnabled}
|
||||
ref='amaEnabled'
|
||||
|
||||
Reference in New Issue
Block a user