From a3abb2f49936787f190f2cc3ea17080e4fbe112c Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 25 Jun 2018 23:50:41 +0300 Subject: [PATCH] fix(header): replaced button places in top header --- src/app/header.js | 48 +++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/header.js b/src/app/header.js index 476bf13..10aad06 100644 --- a/src/app/header.js +++ b/src/app/header.js @@ -190,30 +190,6 @@ class Header extends React.Component { } /> - { - window.router('/downloads') - }} - backgroundColor='#2080E4' - labelColor='white' - style={{height: 60, borderRadius: 6, margin: 5, zIndex: 1}} - buttonStyle={{borderRadius: 5}} - icon={ - - - } - /> { @@ -238,6 +214,30 @@ class Header extends React.Component { } /> + { + window.router('/downloads') + }} + backgroundColor='#2080E4' + labelColor='white' + style={{height: 60, borderRadius: 6, margin: 5, zIndex: 1}} + buttonStyle={{borderRadius: 5}} + icon={ + + + } + /> {