Skip to content

Commit

Permalink
Remove px from width for todoz-logo.png
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswkl authored Aug 4, 2020
1 parent d16bc07 commit d75e0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions todoz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<body>
<div>
<a href="index.html"><img src="images/todoz-logo.png" alt="Todoz logo" width="48px">Todoz</a>
<a href="index.html"><img src="images/todoz-logo.png" alt="Todoz logo" width="48">Todoz</a>
<a href="index.html">Home</a>
<a href="common/benefits.html">Benefits</a>
<a href="common/pricing.html">Pricing</a>
Expand All @@ -21,4 +21,4 @@ <h1>TO-DO APP</h1>
</div>
</body>

</html>
</html>

0 comments on commit d75e0e7

Please sign in to comment.