Skip to content

Commit 9793dfa

Browse files
Fey IjawareFey Ijaware
authored andcommitted
text updates
1 parent d6cda81 commit 9793dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-fetch/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<h2>${article.headline.main}<h2>
5555
<p>${article.snippet}</p>
5656
<p>Word Count: ${article.word_count}<br> Type of Material: ${article.type_of_material}<br>Source: ${article.source}</p>
57-
<p><button class="button"><a href="${article.web_url}">View Article</a></button></p>
57+
<p><button class="button"><a href="${article.web_url}" target="_blank">View Article</a></button></p>
5858
</li>`
5959

6060
).join('') + '</ul>';

0 commit comments

Comments
 (0)