mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
|
||||||
import { useLastFM } from 'use-last-fm'
|
import { useLastFM } from 'use-last-fm'
|
||||||
|
import { FaSpotify } from 'react-icons/fa'
|
||||||
import styles from 'styles/Home.module.scss'
|
import styles from 'styles/Home.module.scss'
|
||||||
|
|
||||||
const Spotify = () => {
|
const Spotify = () => {
|
||||||
@@ -22,7 +22,7 @@ const Spotify = () => {
|
|||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
<div className={styles.tinyText}>
|
<div className={styles.tinyText}>
|
||||||
<FontAwesomeIcon icon={['fab', 'spotify']} /> Spotify
|
<FaSpotify /> Spotify
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user