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 2ba4cb4 commit 1abd3f2Copy full SHA for 1abd3f2
template/script.js
@@ -187,7 +187,7 @@ function createCard(item) {
187
<h3>${item.title}</h3>
188
<p>${item.description}</p>
189
<div class="buttons-container">
190
- <a href="${item.tutorialLink}" class="view-link">Run sample</a>
+ <a href="${item.tutorialLink}" class="view-link" target="_blank">Run sample</a>
191
<a href="${item.githubLink}" class="github-button" target="_blank">View on GitHub</a>
192
</div>
193
0 commit comments