Add switches
This commit is contained in:
@@ -65,7 +65,7 @@ const TopHeader = (props) => {
|
||||
{props.state === "add" ? (
|
||||
<>
|
||||
<div className={styles.button}>
|
||||
<CheckIcon />
|
||||
<CheckIcon width={20} height={20} />
|
||||
<p>{props.buttonText}</p>
|
||||
</div>
|
||||
<div className={styles.cancelButton} onClick={() => router.back()}>
|
||||
|
||||
Reference in New Issue
Block a user