Feature #5: Mise à jour d'Ionicons
This commit is contained in:
@@ -17,7 +17,7 @@ export default class ContactButton extends Component {
|
||||
<a target="_blank" rel="noreferrer noopener" href={data.url} class="hide button is-large is-fullw-mobile"
|
||||
title={`Go to ${data.title}`}>
|
||||
<span class="icon">
|
||||
<i className={"ion-" + data.icon}></i>
|
||||
<ion-icon name={data.icon}></ion-icon>
|
||||
</span>
|
||||
<span>{data.title}</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user