commit | 31d5d60773640e523ea93a5e7453b237941aa740 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sat Nov 13 21:10:30 2021 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Sat Nov 13 21:10:30 2021 +0000 |
tree | 07b5b3e3df60fe22c2fb3a9bef4b07a502f5b173 | |
parent | 8b71f5766fd828b0652c667e94b36a187e0eb23b [diff] [blame] |
optimisations
diff --git a/Components/Card.js b/Components/Card.js index 85a2407..dff4229 100644 --- a/Components/Card.js +++ b/Components/Card.js
@@ -28,7 +28,7 @@ style={{backgroundColor:`#${button.color}`, color:`#${this.props.buttonText}`}} href={button.link} target={button.newTab ? "_blank" : undefined} - rel="noreferror">{button.text} + rel="noopener">{button.text} </a> }) : null }