mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
refactor: simplify disclaimer modal to focus on age verification
This commit is contained in:
@@ -38,22 +38,11 @@ const DisclaimerModal = () => {
|
||||
<button className={`${styles.closeButton} ${isHomeView ? styles.closeButtonHome : ''}`} onClick={closeDisclaimerModal} title='Close' />
|
||||
</div>
|
||||
<div className={styles.bd}>
|
||||
<p>To access boards on 5chan (the "website"), you understand and agree to the following:</p>
|
||||
<p>This web application may contain content for mature audiences only. By clicking "Accept," you confirm that:</p>
|
||||
<br />
|
||||
<ol>
|
||||
<li>
|
||||
The content on boards may be for mature audiences only and may not be suitable for minors. Boards are created and moderated by individual owners who run
|
||||
their own nodes. If you are a minor or it is illegal for you to access mature content, do not proceed.
|
||||
</li>
|
||||
<li>
|
||||
This website is presented to you AS IS, with no warranty, express or implied. By clicking "Accept," you agree that 5chan is a decentralized,
|
||||
serverless, and adminless platform. 5chan is open-source software (GPLv2 license) with no owner—anyone can host their own instance on any domain. The
|
||||
operator of this domain is merely hosting the web app and does not own, create, moderate, or control 5chan or any board content, which is stored
|
||||
peer-to-peer and generated by board owners and users.
|
||||
</li>
|
||||
<li>
|
||||
Each board has its own rules set by its owner. You agree to comply with the individual board's rules, which you can find on each board's page.
|
||||
There are no global rules as 5chan has no central authority.
|
||||
</li>
|
||||
<li>You are at least 18 years old (or the age of majority in your jurisdiction).</li>
|
||||
<li>It is legal for you to view such content in your location.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div className={styles.disclaimerFooter}>
|
||||
|
||||
Reference in New Issue
Block a user