Ajout de Discord -> utilisation d'une nouvelle librairie d'icones

This commit is contained in:
Anthony DUMAS
2021-07-07 10:41:52 +02:00
parent ec1aaf85fa
commit 25b22da05e
8 changed files with 47 additions and 21385 deletions

View File

@@ -14,7 +14,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 class={"fab " + data.icon}></i>
<ion-icon name={data.icon}></ion-icon>
</span>
<span>{data.title}</span>
</a>