NSFW legalese
This commit is contained in:
parent
aff23d77f0
commit
f8045ea104
1 changed files with 4 additions and 1 deletions
|
@ -113,7 +113,10 @@ var SettingsPage = React.createClass({
|
||||||
<label style={settingsCheckBoxOptionStyles}>
|
<label style={settingsCheckBoxOptionStyles}>
|
||||||
<input type="checkbox" onChange={this.onShowNsfwChange} defaultChecked={this.state.showNsfw} /> Show NSFW Content
|
<input type="checkbox" onChange={this.onShowNsfwChange} defaultChecked={this.state.showNsfw} /> Show NSFW Content
|
||||||
</label>
|
</label>
|
||||||
<div className="help">NSFW content may include nudity, intense sexuality, profanity, or other adult content.</div>
|
<div className="help">
|
||||||
|
NSFW content may include nudity, intense sexuality, profanity, or other adult content.
|
||||||
|
By displaying NSFW content, you are affirming you are of legal age to view mature content in your country or jurisdiction.
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section className="card">
|
<section className="card">
|
||||||
|
|
Loading…
Reference in a new issue