From a6979445cc0162ff6fd7e164a0023bb460ea6c82 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Wed, 8 Mar 2017 02:37:06 -0500 Subject: [PATCH] Fix "search for your first download" link on My Files page --- js/page/file-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/page/file-list.js b/js/page/file-list.js index 9420ff5f0..bff3b30ae 100644 --- a/js/page/file-list.js +++ b/js/page/file-list.js @@ -49,7 +49,7 @@ export let FileListDownloaded = React.createClass({ } else if (!this.state.fileInfos.length) { return (
- You haven't downloaded anything from LBRY yet. Go ! + You haven't downloaded anything from LBRY yet. Go !
); } else {