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 */} -