From d3e0d77172e57dbfdd315c8ea57ba02a02e699fc Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:59:47 +0200 Subject: [PATCH] feat: add lastfm profile --- src/components/BentoSpotify.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/BentoSpotify.tsx b/src/components/BentoSpotify.tsx index 6aaac29..f40641b 100644 --- a/src/components/BentoSpotify.tsx +++ b/src/components/BentoSpotify.tsx @@ -4,7 +4,7 @@ import { useEffect, useState } from "react" import { Skeleton } from "./ui/skeleton" import { FaSpotify } from 'react-icons/fa' -import { MoveUpRight } from "lucide-react" +import { MoveUpRight, User } from "lucide-react" interface Track { name: string @@ -129,13 +129,25 @@ export default function BentoSpotify() { {/* Footer */} -