mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Delete unnecessary comma.
This commit is contained in:
@@ -96,7 +96,7 @@ class InfoTab extends React.Component {
|
|||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<div styleName='policy'>Data collection policy</div>
|
<div styleName='policy'>Data collection policy</div>
|
||||||
<p>We collect only the number of DAU for Boostnote, and DO NOT COLLECTED any detail information</p>
|
<p>We collect only the number of DAU for Boostnote and DO NOT COLLECTED any detail information</p>
|
||||||
<p>such as 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>such as 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>
|
<p>These data are only used for Boostnote improvements.</p>
|
||||||
<input onChange={(e) => this.handleConfigChange(e)}
|
<input onChange={(e) => this.handleConfigChange(e)}
|
||||||
|
|||||||
Reference in New Issue
Block a user