From 9ed3b2adb0cd0fecb0aeba511b00e909557ff5cc Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sun, 3 Apr 2022 12:57:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Spotify.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = () => { }
- Spotify + Spotify
)