Update ButtonIcon.js

This commit is contained in:
Anthony Dumas 2022-11-18 20:53:58 +01:00 committed by GitHub
parent 50694f94ce
commit 6f37950710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ export default class ButtonIcon extends Component {
// this.state = {};
// }
render() {
return <a rel="noopener noreferrer" href={this.props.lien} target="_blank">
return <a rel="noopener noreferrer me" href={this.props.lien} target="_blank">
<button className="button" aria-label="Bouton {this.props.aria-label}">
<span class="icon">
<ion-icon name={this.props.icon}></ion-icon>