Skip to content

Commit

Permalink
fixed navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot committed Nov 7, 2023
1 parent aa6c10d commit 52f53e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-nav/src/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const NavBar = React.memo(({ props }) => {
<header className="navbar-background shadow">
<Container>
<Navbar collapseOnSelect expand="lg" className={`navbar-background p-0 m-0 ${!isAuthenticated ? 'justify-content-between':''}`}>
<Navbar.Brand href={`${baseUrl}`} className="d-flex mr-4">
<Navbar.Brand href={`${baseUrl}`} className="d-flex col-3 px-0">
<img
className="custom-logo"
src={logoPath}
Expand Down

0 comments on commit 52f53e5

Please sign in to comment.