mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
logo one last time
This commit is contained in:
parent
7c35179f67
commit
c14fc36e36
@ -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">
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user