From 1d001d4967aef9e42b72537c993a01fd28004ad0 Mon Sep 17 00:00:00 2001 From: Tom Bigelajzen Date: Wed, 24 Dec 2014 11:07:29 +0200 Subject: [PATCH] logo in fiddle --- playground/fiddle.rt | 2 +- playground/fiddle.rt.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/playground/fiddle.rt b/playground/fiddle.rt index 933ad53..09b892d 100644 --- a/playground/fiddle.rt +++ b/playground/fiddle.rt @@ -4,7 +4,7 @@
< - + /> RTFiddle diff --git a/playground/fiddle.rt.js b/playground/fiddle.rt.js index 2d823dc..9d874dc 100644 --- a/playground/fiddle.rt.js +++ b/playground/fiddle.rt.js @@ -39,9 +39,9 @@ define([ 'className': 'title-link' }, React.createElement('span', {}, '<'), React.createElement('img', { 'className': 'nav-logo', - 'src': 'https://facebook.github.io/react/img/logo.svg', - 'width': '32', - 'height': '32' + 'src': 'https://wix.github.io/react-templates/img/logo-rt.svg', + 'width': '30', + 'height': '70' }), React.createElement('span', {}, '/>')), '\n RTFiddle\n '), React.createElement('div', { 'id': 'buttons-bar' }, React.createElement('button', { 'type': 'button', 'className': 'btn btn-default',