Skip to content

Commit

Permalink
moving sign out button outside of menu hamburger
Browse files Browse the repository at this point in the history
  • Loading branch information
bbland1 committed Oct 16, 2024
1 parent 9cafd27 commit d8e7727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/NavBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
font-weight: bold;
border: none;

&:hover {
@media (hover: hover) {
background-color: $secondary-blue;
color: $primary-beige;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/authenticated/AuthenticatedNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function AuthenticatedNavBar() {
expand="md"
className="bg-secondary rounded-bottom-3 pt-0"
>
<Container>
<Container className="align-items-center justify-content-evenly">
<Navbar.Brand className="bg-primary rounded-bottom-3 text-center mb-3 px-3 text-dark fw-bolder shadow">
GrocerEase
</Navbar.Brand>
Expand All @@ -33,8 +33,8 @@ export function AuthenticatedNavBar() {
Manage List
</Nav.Link>
</Nav>
<SignOutButton />
</Navbar.Collapse>
<SignOutButton />
</Container>
</Navbar>
);
Expand Down

0 comments on commit d8e7727

Please sign in to comment.