Skip to content

Commit

Permalink
signout
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonjong committed Jul 31, 2024
1 parent 25a75c3 commit fa2e74e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions app/home/page.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -43,7 +42,6 @@ export default async function HomePage() {
>
Disconnect Spotify
</Link>

<SignOut />
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/artist/scorecard/answercarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ function SongCard({ song, index }: { index: string; song: Song }) {
<article className="w-full h-full p-4 md:p-8 min-w-64 flex flex-col items-center sm:items-start">
<Image
src="/spotify/logos/spotifywhitelogo.png"
width={75}
height={75}
width={60}
height={60}
alt="spotify logo white"
className="pb-2"
/>
Expand Down

0 comments on commit fa2e74e

Please sign in to comment.