commit | 0a17873695b5c1a208aef8ac71303106abe049c6 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Wed Feb 09 21:00:05 2022 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Wed Feb 09 21:00:05 2022 +0000 |
tree | 4249efd9c62ddd14e407d665f9717bd402b1c0ec | |
parent | 7fb5d359ee2f844a2ea99cd860fc3b6ae2184b97 [diff] [blame] |
alt and fix
diff --git a/Components/Card.js b/Components/Card.js index 7e7b99d..a158c4f 100644 --- a/Components/Card.js +++ b/Components/Card.js
@@ -30,7 +30,7 @@ style={{backgroundColor:`#${button.color}`, color:`#${this.props.buttonText}`}} href={button.link} target={button.newTab ? "_blank" : undefined} - rel="noopener">{button.text} + rel="noreferrer">{button.text} </a> }) : null }