Skip to content

Commit

Permalink
Modified ThemeToggle Button layout in AfterSignInMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-Kartik2004 committed Nov 25, 2023
1 parent f9109d7 commit 2398b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/AfterSignInMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ function AfterSignInMenu({ username }) {
</Button>
);
})}
<ModeToggle />

<Button variant="secondary">
<Link href={`/${username}`}>/{username}</Link>
</Button>
<ModeToggle />
<UserButton afterSignOutUrl="/" />
</SignedIn>

Expand Down

0 comments on commit 2398b5f

Please sign in to comment.