Skip to content

Commit

Permalink
Update NavBar background color
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol5936 committed Mar 11, 2024
1 parent 959b770 commit d49366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function NavBar() {
return (
<div style={{ position: 'sticky', top: '0' }}>
<div
className='navbar flex justify-between items-center opacity-53 bg-hard-light bg-center bg-cover h-[73.8px] overflow-hidden pl-10 '
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})` }}>
<Logo src={logo.src} alt={logo.alt} />
<div className={`navitem md:flex ${isNavOpen ? 'hidden' : 'flex'} hidden`}>
Expand Down

0 comments on commit d49366c

Please sign in to comment.