Add link to anecdote
This commit is contained in:
@@ -36,7 +36,9 @@ const Anecdote = ({ anecdote }) => (
|
||||
{anecdote.content} by {anecdote.author}
|
||||
</h2>
|
||||
<p>has {anecdote.votes} votes</p>
|
||||
<p>for more info see{anecdote.info}</p>
|
||||
<p>
|
||||
for more info see <a href={anecdote.info}>{anecdote.info}</a>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user