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}
+
+ {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.