From 38027180b72ec06b60cd0ebd0e9e5300f79be9fe Mon Sep 17 00:00:00 2001 From: Justin Slattery Date: Fri, 3 Feb 2017 12:51:07 -0800 Subject: [PATCH] Move button text out of font-awesome icon element --- src/Content.jsx | 4 ++-- src/Input.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Content.jsx b/src/Content.jsx index 3068446..c182046 100644 --- a/src/Content.jsx +++ b/src/Content.jsx @@ -64,8 +64,8 @@ export default class Content extends React.Component {
- - + +
{this.props.content} diff --git a/src/Input.jsx b/src/Input.jsx index cb3e8cb..6efe82b 100644 --- a/src/Input.jsx +++ b/src/Input.jsx @@ -68,8 +68,8 @@ export default class Input extends React.Component { onBlur={this.handleBlur} />
- - + +