We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cda81 commit 9793dfaCopy full SHA for 9793dfa
project-fetch/js/app.js
@@ -54,7 +54,7 @@
54
<h2>${article.headline.main}<h2>
55
<p>${article.snippet}</p>
56
<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>
+ <p><button class="button"><a href="${article.web_url}" target="_blank">View Article</a></button></p>
58
</li>`
59
60
).join('') + '</ul>';
0 commit comments