diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-29 22:55:35 +0500 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-29 22:55:35 +0500 |
| commit | c6bba6add1ad2cc6383b6b884c1968b2f5bcad9d (patch) | |
| tree | 6c91b6fdd69bbd092387e66185f124f7038f505a | |
| parent | Blacklist processing and errors in while persisting (diff) | |
| download | githunt-c6bba6add1ad2cc6383b6b884c1968b2f5bcad9d.tar.gz | |
Minor text update
| -rw-r--r-- | src/containers/feed/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/feed/index.js b/src/containers/feed/index.js index 14f9b7f..7ed8808 100644 --- a/src/containers/feed/index.js +++ b/src/containers/feed/index.js @@ -77,7 +77,7 @@ class FeedContainer extends React.Component { renderTokenWarning() { return !this.props.preference.options.token && ( <Alert type='warning'> - Although not required but make sure to + Make sure to <strong className='ml-1 mr-1'> <Link to='/options'>add a token</Link> </strong> |
