Skip to content

Commit

Permalink
moved signin/out button into nav container mostly to make draft pr
Browse files Browse the repository at this point in the history
  • Loading branch information
bbland1 committed Aug 12, 2024
1 parent ec86266 commit e79843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export function Layout() {
<Outlet />
</main>
<nav className="Nav">
{!!user ? <SignOutButton /> : <SignInButton />}
<div className="Nav-container">
{!!user ? <SignOutButton /> : <SignInButton />}
<button href="#" className="Nav-link">
Home
</button>
Expand Down

0 comments on commit e79843a

Please sign in to comment.