diff --git a/components/Spotify.tsx b/components/Spotify.tsx index 0c64b2d..c809518 100644 --- a/components/Spotify.tsx +++ b/components/Spotify.tsx @@ -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 = () => { > }