diff --git a/app/home/page.tsx b/app/home/page.tsx
index 2d1e899..74d7685 100644
--- a/app/home/page.tsx
+++ b/app/home/page.tsx
@@ -1,8 +1,7 @@
import React from "react";
import { auth } from "@/auth";
-import SignOut from "@/components/home/signout";
-import HomeButton from "@/components/home/homebutton";
+import SignOut from "@/components/home/SignOut";
import Particles from "@/components/particles";
import ArtistsContainer from "@/components/home/artistscontainer";
@@ -43,7 +42,6 @@ export default async function HomePage() {
>
Disconnect Spotify
-
diff --git a/components/artist/scorecard/answercarousel.tsx b/components/artist/scorecard/answercarousel.tsx
index 3933a0d..2375b99 100644
--- a/components/artist/scorecard/answercarousel.tsx
+++ b/components/artist/scorecard/answercarousel.tsx
@@ -69,8 +69,8 @@ function SongCard({ song, index }: { index: string; song: Song }) {