From e8da1d09f5c9f00f48d2903fd85fd2fb7dde261e Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Fri, 24 Feb 2017 03:57:24 -0500 Subject: [PATCH] Fix some links --- js/page/file-list.js | 2 +- js/page/help.js | 2 +- js/page/show.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/page/file-list.js b/js/page/file-list.js index e16a41ffc..4fc862946 100644 --- a/js/page/file-list.js +++ b/js/page/file-list.js @@ -116,7 +116,7 @@ export let FileListPublished = React.createClass({ else if (!this.state.fileInfos.length) { return (
- You haven't published anything to LBRY yet. Try ! + You haven't published anything to LBRY yet. Try !
); } diff --git a/js/page/help.js b/js/page/help.js index fafec293f..93a550be5 100644 --- a/js/page/help.js +++ b/js/page/help.js @@ -67,7 +67,7 @@ var HelpPage = React.createClass({

Report a Bug

Did you find something wrong?

-

+

Thanks! LBRY is made by its users.
{!ver ? null : diff --git a/js/page/show.js b/js/page/show.js index ae9ea3c33..d469e426d 100644 --- a/js/page/show.js +++ b/js/page/show.js @@ -152,7 +152,7 @@ var DetailPage = React.createClass({ ) : (

No content

- There is no content available at the name lbry://{this.props.name}. If you reached this page from a link within the LBRY interface, please . Thanks! + There is no content available at the name lbry://{this.props.name}. If you reached this page from a link within the LBRY interface, please . Thanks!
)}