Skip to content

Commit c3f0c33

Browse files
authored
Merge pull request #3541 from gulfofmaine/sneaky-nav-icon
Bringing back the nav icon
2 parents 0844cba + 9f55d6d commit c3f0c33

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/components/NavBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function NavLink({ href, children }: { href: string; children: React.ReactNode }
3939
const NeracoosNavBar = () => {
4040
return (
4141
<div>
42-
<Navbar bg="primary" data-bs-theme="primary" expand="md">
42+
<Navbar bg="primary" data-bs-theme="dark" expand="md">
4343
<Navbar.Brand href={paths.neracoos}>
4444
<Image src={neracoosLogo} alt="NERACOOS" height={30} />
4545
</Navbar.Brand>

src/index.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ nav.navbar {
4848
background-color: $primary;
4949
margin-bottom: 1rem;
5050

51+
.dropdown-menu {
52+
background-color: white;
53+
}
5154
.navbar-brand > img {
5255
height: 30px;
5356
}

0 commit comments

Comments
 (0)