logo one last time

This commit is contained in:
Tom Bigelajzen 2014-12-24 11:22:51 +02:00
parent 7c35179f67
commit c14fc36e36
3 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
<div class="nav-main">
<div class="wrap">
<a class="nav-home" href="index.html">
<img class="nav-logo" src="https://wix.github.io/react-templates/img/logo-rt.svg" width="70" height="30">
<img class="nav-logo" src="https://wix.github.io/react-templates/img/logo-rt.svg" width="56" height="24">
React Templates
</a>
<ul class="nav-site">

View File

@ -4,7 +4,7 @@
<div id="header-title">
<a href="index.html" class="title-link">
<img class="nav-logo" src="https://wix.github.io/react-templates/img/logo-rt.svg" width="70" height="30" />
<img class="nav-logo" src="https://wix.github.io/react-templates/img/logo-rt.svg" width="56" height="24" />
</a>
RTFiddle

View File

@ -40,8 +40,8 @@ define([
}, React.createElement('img', {
'className': 'nav-logo',
'src': 'https://wix.github.io/react-templates/img/logo-rt.svg',
'width': '70',
'height': '30'
'width': '56',
'height': '24'
})), '\n RTFiddle\n '), React.createElement('div', { 'id': 'buttons-bar' }, React.createElement('button', {
'type': 'button',
'className': 'btn btn-default',