mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
parent
b3ffde0eab
commit
9ed3b2adb0
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue