···44import ImageUrlInput from "@/components/inputs/image-url-input";
55import SelectInput from "@/components/inputs/select-menu";
66import TextInput from "@/components/inputs/text-input";
77+import { Section } from "@/components/section";
78import { deepMerge } from "@/utils/deepMerge";
99+1010+import CardSyle from "./card-style.component";
811import LeaderboardStyle from "./leaderboard-style.component";
99-import { Section } from "@/components/section";
1010-import CardSyle from "./card-style.component";
11121213export default function Home() {
1314 const user = userStore((s) => s);
+2-2
app/profile/spotify/page.tsx
···5555 title="Nothing to see here.. yet.."
5656 description="Cool things will come soon"
5757 className="bg-[#1ed760] hover:bg-[#1ed760]/80 text-black cursor-not-allowed opacity-50"
5858- href={"/profile/spotify" ?? `${process.env.NEXT_PUBLIC_API}/connections/spotify`}
5858+ href="/login/spotify"
5959 icon={<BsSpotify />}
6060 button="Connect Spotify"
6161 />
···101101 }}
102102 >
103103104104- <Highlight mode={"DARK"} text={`wm play [https://open.data.com/track/${data.playing?.id || "4cOdK2wGLETKBW3PvgPWqT"}](#)`} />
104104+ <Highlight mode={"DARK"} text={`wm play [https://open.spotify.com/track/${data.playing?.id || "4cOdK2wGLETKBW3PvgPWqT"}](#)`} />
105105106106 </DiscordMessage>
107107 <DiscordMessage