You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -117,26 +120,27 @@ class SearchArticles extends Component {
117
120
<List>
118
121
{this.state.articles.map(article=>(
119
122
<ListItemkey={article._id}>
120
-
<strong>
121
-
<h2>{article.headline.main}</h2>
122
-
</strong>
123
-
<h5>Date published: {article.pub_date}</h5>
124
-
<h6>{article.snippet}</h6>
123
+
<strong>
124
+
<h2>{article.headline.main}</h2>
125
+
</strong>
126
+
<h5>Date published: {article.pub_date}</h5>
127
+
<h6>{article.snippet}</h6>
125
128
126
-
<ahref={article.web_url}target="blank"><spanrole="img"aria-label="newspaper1">📰</span> Read more here <spanrole="img"aria-label="newspaper2">📰</span></a>
129
+
<ahref={article.web_url}target="blank"><spanrole="img"aria-label="newspaper1">📰</span> Read more here <spanrole="img"aria-label="newspaper2">📰</span></a>
0 commit comments