refactor: simplify disclaimer modal to focus on age verification

This commit is contained in:
plebeius
2025-12-12 13:05:41 +01:00
parent 141bc984e6
commit 186b895970
@@ -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 &quot;website&quot;), you understand and agree to the following:</p>
<p>This web application may contain content for mature audiences only. By clicking &quot;Accept,&quot; 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 &quot;Accept,&quot; you agree that 5chan is a decentralized,
serverless, and adminless platform. 5chan is open-source software (GPLv2 license) with no owneranyone 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&apos;s rules, which you can find on each board&apos;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}>