|
|
|
@ -7,10 +7,10 @@ import { faMugHot } from '@fortawesome/free-solid-svg-icons'
|
|
|
|
|
|
|
|
|
|
const Socials = () => (
|
|
|
|
|
<section className={styles.buttons}>
|
|
|
|
|
<a href="https://twitter.com/Trick_the_fox" target="_blank"><FontAwesomeIcon icon={faTwitter} /> Twitter</a>
|
|
|
|
|
<a href="https://www.twitch.tv/trick_the_fox" target="_blank"><FontAwesomeIcon icon={faTwitch} /> Twitch</a>
|
|
|
|
|
<a href="https://trello.com/b/cMyTLWYd" target="_blank"><FontAwesomeIcon icon={faTrello} /> Trello</a>
|
|
|
|
|
<a href="https://ko-fi.com/trick_the_fox" target="_blank"><FontAwesomeIcon icon={faMugHot} /> Ko-fi</a>
|
|
|
|
|
<a href="https://twitter.com/Trick_the_fox" target="_blank"><FontAwesomeIcon icon={faTwitter} size="1x" /> Twitter</a>
|
|
|
|
|
<a href="https://www.twitch.tv/trick_the_fox" target="_blank"><FontAwesomeIcon icon={faTwitch} size="1x" /> Twitch</a>
|
|
|
|
|
<a href="https://trello.com/b/cMyTLWYd" target="_blank"><FontAwesomeIcon icon={faTrello} size="1x" /> Trello</a>
|
|
|
|
|
<a href="https://ko-fi.com/trick_the_fox" target="_blank"><FontAwesomeIcon icon={faMugHot} size="1x" /> Ko-fi</a>
|
|
|
|
|
</section>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|