Update ButtonIcon.js
This commit is contained in:
parent
50694f94ce
commit
6f37950710
@ -9,7 +9,7 @@ export default class ButtonIcon extends Component {
|
|||||||
// this.state = {};
|
// this.state = {};
|
||||||
// }
|
// }
|
||||||
render() {
|
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}">
|
<button className="button" aria-label="Bouton {this.props.aria-label}">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<ion-icon name={this.props.icon}></ion-icon>
|
<ion-icon name={this.props.icon}></ion-icon>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user