mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(home): add close button icon to disclaimer modal
This commit is contained in:
@@ -25,9 +25,7 @@ const DisclaimerModal = () => {
|
||||
<div className={styles.disclaimerDialog}>
|
||||
<div className={styles.hd}>
|
||||
<h2>Disclaimer</h2>
|
||||
<button className={styles.closeButton} onClick={closeDisclaimerModal} title='Close'>
|
||||
×
|
||||
</button>
|
||||
<button className={styles.closeButton} 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>
|
||||
|
||||
Reference in New Issue
Block a user