From c07bcec68c369284737bdf01e90e3f359ddf79fe Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 26 Sep 2018 23:43:27 +0200 Subject: [PATCH] Remove devel code --- .../NotificationGroups/components/Group/index.js | 6 ++---- src/views/Landing/index.js | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/Notification/NotificationGroups/components/Group/index.js b/src/components/Notification/NotificationGroups/components/Group/index.js index 38d8b839..2053c73d 100644 --- a/src/components/Notification/NotificationGroups/components/Group/index.js +++ b/src/components/Notification/NotificationGroups/components/Group/index.js @@ -25,7 +25,6 @@ const Left = styled.div` `; const Right = styled.div``; - const Body = styled.div``; const Title = styled.div` @@ -68,9 +67,8 @@ class Group extends Component { size={30} icon={getIcon(type)} /> - {groupNotifications.length} {groupNotifications.length > 1 ? `${type}s` : type} + <Title color={color}> + {groupNotifications.length} {groupNotifications.length > 1 ? `${type}s` : type} diff --git a/src/views/Landing/index.js b/src/views/Landing/index.js index 15b8bf55..398b9ef4 100644 --- a/src/views/Landing/index.js +++ b/src/views/Landing/index.js @@ -4,7 +4,6 @@ import CaseImage from 'images/case.png'; import styled from 'styled-components'; import Header from 'components/Header'; import Footer from 'components/Footer'; -import GroupNotifications from 'components/Notification/NotificationGroups'; import Log from 'components/Log'; import Link from 'components/Link'; import Loader from 'components/Loader'; @@ -109,7 +108,6 @@ export default (props: Props) => { {(shouldShowConnectDevice || shouldShowDisconnectDevice) && (
-

The private bank in your hands.

TREZOR Wallet is an easy-to-use interface for your TREZOR.

TREZOR Wallet allows you to easily control your funds, manage your balance and initiate transfers.