commit | 1de9876588459a3d567a5c926d4a541f8f24c437 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sun Feb 13 13:35:30 2022 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Sun Feb 13 13:35:30 2022 +0000 |
tree | 0fdb8726e5686c9ba316ee7c394a695468030795 | |
parent | 4627016f3abff0a288eb48aed2447116b05280a4 [diff] [blame] |
before we fuck everything up
diff --git a/Components/Header.js b/Components/Header.js index 68d0557..1ec054b 100644 --- a/Components/Header.js +++ b/Components/Header.js
@@ -42,6 +42,7 @@ className={Styles.button} style={{ backgroundColor: `#${button.color}`, color: `#${button.buttonText}` }} href={button.link} + onClick={() => { if (button.id) { this.props.callback(this.props.that, button.id) } }} target={button.target ? "_blank" : null} rel="noreferrer"> {button.text}