Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to NavBar
  • Loading branch information
anmol5936 committed Mar 11, 2024
2 parents d49366c + 99923d7 commit 869448a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/shared/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function NavBar() {
};

return (
<div style={{ position: 'sticky', top: '0' }}>
<nav style={{ position: 'sticky', top: '0' }}>
<div
className='navbar flex justify-between items-center opacity-53 bg-hard-light bg-center bg-cover bg-[#F9F5F2] h-[73.8px] overflow-hidden pl-10 '
style={{ backgroundImage: `url(${image})` }}>
Expand Down Expand Up @@ -57,7 +57,7 @@ function NavBar() {
))}
</div>
)}
</div>
</nav>
);
}

Expand Down

0 comments on commit 869448a

Please sign in to comment.