Skip to content

Commit

Permalink
header.hbs: Fix wrong logo width (nodejs#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 9, 2019
1 parent fb4db33 commit 60bd43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.hbs
Expand Up @@ -2,7 +2,7 @@
<div class="container">

<a href="/{{site.locale}}/" id="logo">
<img src="/static/images/logo.svg" alt="node.js" width="180" height="75">
<img src="/static/images/logo.svg" alt="node.js" width="122" height="75">
</a>

<nav>
Expand Down

0 comments on commit 60bd43c

Please sign in to comment.