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:
parent
1d001d4967
commit
799e55692e
@ -3,9 +3,9 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="header-title">
|
<div id="header-title">
|
||||||
<a href="index.html" class="title-link">
|
<a href="index.html" class="title-link">
|
||||||
<span><</span>
|
|
||||||
<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="70" height="30" />
|
||||||
<span>/></span>
|
|
||||||
</a>
|
</a>
|
||||||
RTFiddle
|
RTFiddle
|
||||||
</div>
|
</div>
|
||||||
|
@ -37,12 +37,12 @@ define([
|
|||||||
return React.createElement('div', { 'className': 'fiddle' }, React.createElement('div', { 'id': 'header' }, React.createElement('div', { 'id': 'header-title' }, React.createElement('a', {
|
return React.createElement('div', { 'className': 'fiddle' }, React.createElement('div', { 'id': 'header' }, React.createElement('div', { 'id': 'header-title' }, React.createElement('a', {
|
||||||
'href': 'index.html',
|
'href': 'index.html',
|
||||||
'className': 'title-link'
|
'className': 'title-link'
|
||||||
}, React.createElement('span', {}, '<'), React.createElement('img', {
|
}, React.createElement('img', {
|
||||||
'className': 'nav-logo',
|
'className': 'nav-logo',
|
||||||
'src': 'https://wix.github.io/react-templates/img/logo-rt.svg',
|
'src': 'https://wix.github.io/react-templates/img/logo-rt.svg',
|
||||||
'width': '30',
|
'width': '30',
|
||||||
'height': '70'
|
'height': '70'
|
||||||
}), React.createElement('span', {}, '/>')), '\n RTFiddle\n '), React.createElement('div', { 'id': 'buttons-bar' }, React.createElement('button', {
|
})), '\n RTFiddle\n '), React.createElement('div', { 'id': 'buttons-bar' }, React.createElement('button', {
|
||||||
'type': 'button',
|
'type': 'button',
|
||||||
'className': 'btn btn-default',
|
'className': 'btn btn-default',
|
||||||
'onClick': onClick1.bind(this)
|
'onClick': onClick1.bind(this)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user