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:07:29 +02:00
parent 2b19343071
commit 1d001d4967
2 changed files with 4 additions and 4 deletions

View File

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

View File

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