The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix spotify page

Luna 05a1560a 604c5a26

+5 -4
+3 -2
app/profile/rank/page.tsx
··· 4 4 import ImageUrlInput from "@/components/inputs/image-url-input"; 5 5 import SelectInput from "@/components/inputs/select-menu"; 6 6 import TextInput from "@/components/inputs/text-input"; 7 + import { Section } from "@/components/section"; 7 8 import { deepMerge } from "@/utils/deepMerge"; 9 + 10 + import CardSyle from "./card-style.component"; 8 11 import LeaderboardStyle from "./leaderboard-style.component"; 9 - import { Section } from "@/components/section"; 10 - import CardSyle from "./card-style.component"; 11 12 12 13 export default function Home() { 13 14 const user = userStore((s) => s);
+2 -2
app/profile/spotify/page.tsx
··· 55 55 title="Nothing to see here.. yet.." 56 56 description="Cool things will come soon" 57 57 className="bg-[#1ed760] hover:bg-[#1ed760]/80 text-black cursor-not-allowed opacity-50" 58 - href={"/profile/spotify" ?? `${process.env.NEXT_PUBLIC_API}/connections/spotify`} 58 + href="/login/spotify" 59 59 icon={<BsSpotify />} 60 60 button="Connect Spotify" 61 61 /> ··· 101 101 }} 102 102 > 103 103 104 - <Highlight mode={"DARK"} text={`wm play [https://open.data.com/track/${data.playing?.id || "4cOdK2wGLETKBW3PvgPWqT"}](#)`} /> 104 + <Highlight mode={"DARK"} text={`wm play [https://open.spotify.com/track/${data.playing?.id || "4cOdK2wGLETKBW3PvgPWqT"}](#)`} /> 105 105 106 106 </DiscordMessage> 107 107 <DiscordMessage