Skip to content

Commit

Permalink
Alter to remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
vhnakai committed Dec 10, 2020
1 parent 185a55d commit 7c7446a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Home: React.FC = () => {
<HomeCard.Body>
<HomeCard.Title>{article.title}</HomeCard.Title>
<HomeCard.Text>
<p>{article.description}</p>
{article.description}
</HomeCard.Text>
</HomeCard.Body>
<HomeCard.Footer>
Expand Down

0 comments on commit 7c7446a

Please sign in to comment.