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
799e55692e
commit
2801c39392
playground
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user