Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noamilsh committed Jul 8, 2022
1 parent 2888ac0 commit 279e64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Navbar = ({ DesHeight }) => {
</div>
<Link shallow href="/">
<a className={className}>
<Img className="inner-logo" src="/images/logo-2.0.svg" />
<Img className="inner-logo" src="/images/logo-2.0.svg" layout="fill" />
</a>
</Link>
</div>
Expand Down

0 comments on commit 279e64f

Please sign in to comment.