From 1d6c1b89f4f376db2562bd08eef616b050124821 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Sat, 25 Aug 2018 14:34:04 +0200 Subject: [PATCH] Removed P and move to paragraph --- src/js/components/Loader/index.js | 4 ++-- src/js/components/Log/index.js | 6 +++--- src/js/components/P/index.js | 18 ------------------ .../Landing/components/InstallBridge/index.js | 9 +-------- src/js/views/Wallet/views/Initialize/index.js | 6 +++--- 5 files changed, 9 insertions(+), 34 deletions(-) delete mode 100644 src/js/components/P/index.js diff --git a/src/js/components/Loader/index.js b/src/js/components/Loader/index.js index c14de752..f8629f43 100644 --- a/src/js/components/Loader/index.js +++ b/src/js/components/Loader/index.js @@ -1,7 +1,7 @@ import React from 'react'; import styled, { css, keyframes } from 'styled-components'; import PropTypes from 'prop-types'; -import P from 'components/Paragraph'; +import Paragraph from 'components/Paragraph'; import colors from 'config/colors'; const Wrapper = styled.div` @@ -71,7 +71,7 @@ const Loader = ({ className={className} size={size} > -

{text}

+ {text} => {

Log

- Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history. + Attention: The log contains your XPUBs. Anyone with your XPUBs can see your account history.