This commit is contained in:
skidoodle 2022-04-03 12:57:33 +02:00
parent b3ffde0eab
commit 9ed3b2adb0

View file

@ -1,5 +1,5 @@
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { useLastFM } from 'use-last-fm'
import { FaSpotify } from 'react-icons/fa'
import styles from 'styles/Home.module.scss'
const Spotify = () => {
@ -22,7 +22,7 @@ const Spotify = () => {
</>
}
<div className={styles.tinyText}>
<FontAwesomeIcon icon={['fab', 'spotify']} /> Spotify
<FaSpotify /> Spotify
</div>
</div>
)