Fix "search for your first download" link on My Files page

This commit is contained in:
Alex Liebowitz 2017-03-08 02:37:06 -05:00
parent 86c1210793
commit a6979445cc

View file

@ -49,7 +49,7 @@ export let FileListDownloaded = React.createClass({
} else if (!this.state.fileInfos.length) {
return (
<main className="page">
<span>You haven't downloaded anything from LBRY yet. Go <Link href="/" label="search for your first download" />!</span>
<span>You haven't downloaded anything from LBRY yet. Go <Link href="/index.html?discover" label="search for your first download" />!</span>
</main>
);
} else {