mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 03:07:40 +02:00
remove nbsp
This commit is contained in:
+1
-2
@@ -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