mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
remove nbsp
This commit is contained in:
parent
eb5487385e
commit
69e57f2fcb
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@ export default function () {
|
||||||
|
|
||||||
<div className="mt-3 flex justify-center items-center">
|
<div className="mt-3 flex justify-center items-center">
|
||||||
<FaSpotify className="text-[#32a866]" />
|
<FaSpotify className="text-[#32a866]" />
|
||||||
|
<p className="font-semibold pl-1">
|
||||||
<p className="font-semibold">
|
|
||||||
Listening to
|
Listening to
|
||||||
{spotify.song ? (
|
{spotify.song ? (
|
||||||
<Link href={`${spotify.song.url}`}>
|
<Link href={`${spotify.song.url}`}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue