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:
@@ -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}`}>
|
||||||
|
Reference in New Issue
Block a user