Skip to content

Commit

Permalink
Add link on empty feed as well
Browse files Browse the repository at this point in the history
  • Loading branch information
thebitcoiner committed Nov 4, 2016
1 parent 7aa65f1 commit 4f8a4ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/components/pages/PostsIndex.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ class PostsIndex extends React.Component {
const isMyAccount = this.props.current_user && this.props.current_user.get('username') === account_name;
if (isMyAccount) {
emptyText = <div>
Looks like you haven't followed anything yet.<br />
Looks like you haven't followed anything yet.<br /><br />
<Link to="/trending">Explore Steemit</Link><br />
<a href="/steemit/@thecryptofiend/the-missing-faq-a-beginners-guide-to-using-steemit">Read The Beginner's Guide</a>
<a href="/steemit/@thecryptofiend/the-missing-faq-a-beginners-guide-to-using-steemit">Read The Beginner's Guide</a><br />
<a href="/welcome.html">Read The Steemit Welcome Guide</a>
</div>;
markNotificationRead = <MarkNotificationRead fields="feed" account={account_name} />
} else {
Expand Down

0 comments on commit 4f8a4ba

Please sign in to comment.