1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

logo in fiddle

This commit is contained in:
Tom Bigelajzen 2014-12-24 11:11:17 +02:00
parent 799e55692e
commit 2801c39392
2 changed files with 3 additions and 3 deletions

@ -5,7 +5,7 @@
<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" />
</a>
RTFiddle
</div>

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