More UI changes after I realized I actually made it worse

This commit is contained in:
2024-07-20 15:12:21 -05:00
parent 6791cab2c6
commit bc9f9941bf
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ export default async function Sign_Out() {
// Add User profile picture next to Sign Out button
const pfp = session?.user?.image ? session.user.image : "/images/default_user_pfp.png";
return (
<form className="w-full flex flex-row"
<form className="w-full flex flex-row pt-4 pr-8"
action={async () => {
"use server"
await signOut()