Feature #5: Mise à jour d'Ionicons

This commit is contained in:
2022-11-17 20:19:21 +00:00
parent b9cca4bd59
commit 50694f94ce
17 changed files with 61 additions and 23275 deletions

View File

@@ -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>