Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanies authored Jun 13, 2024
1 parent c335c18 commit d50fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default async function Home() {
<div>
<LoginForm/>
<h1>{session?.user?.name}</h1>
<Image src={session?.user?.image} width={72} height={72}></Image>

</div>
</main>
);
Expand Down

0 comments on commit d50fdae

Please sign in to comment.