From d25146db8f50df9c72ef8e044652f124a6e611d6 Mon Sep 17 00:00:00 2001 From: l Date: Wed, 9 Oct 2024 11:24:18 +0000 Subject: [PATCH] Delete src/components/Lanyard.tsx --- src/components/Lanyard.tsx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/components/Lanyard.tsx diff --git a/src/components/Lanyard.tsx b/src/components/Lanyard.tsx deleted file mode 100644 index e9357b0..0000000 --- a/src/components/Lanyard.tsx +++ /dev/null @@ -1,17 +0,0 @@ -// import { useLanyard } from "use-lanyard"; -// import constants from "@/lib/constants"; -// import yard from "@/styles/Lanyard.module.sass" - -// const Lanyard = () => { -// const lanyard = useLanyard(constants.ids.discord as `${bigint}`).data -// if (!lanyard?.listening_to_spotify) return (<>); -// return ( -//
-// -// {lanyard?.spotify?.song} by {lanyard?.spotify?.artist.split(';').length < 3 ? (lanyard?.spotify?.artist.split(';') as string[]).join(" &") : (lanyard?.spotify?.artist.split(';')[0])} -//
- -// ); -// }; - -// export default Lanyard; \ No newline at end of file