Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b148b12

Browse files
petehuntzpao
authored andcommitted
Fixed width/height on React logo
1 parent 83e1dc5 commit b148b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="nav-main">
3636
<div class="wrap">
3737
<a class="nav-home" href="/react/index.html">
38-
<img class="nav-logo" alt="" src="/react/img/logo_small.png">
38+
<img class="nav-logo" alt="" src="/react/img/logo_small.png" width="38" height="38">
3939
React
4040
</a>
4141
<ul class="nav-site">

0 commit comments

Comments
 (0)