Skip to content

Commit

Permalink
Fixed stretched logo when navbar becomes sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminehassou committed Sep 26, 2022
1 parent 05ed634 commit fbcb748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layouts/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Navbar extends Component {
<img
src="/images/logo_transparent_bg.png"
alt="logo"
width={241}
width={215}
/>
</a>
</Link>
Expand Down

0 comments on commit fbcb748

Please sign in to comment.