Skip to content

Commit 1abd3f2

Browse files
Added run sample in new window
1 parent 2ba4cb4 commit 1abd3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function createCard(item) {
187187
<h3>${item.title}</h3>
188188
<p>${item.description}</p>
189189
<div class="buttons-container">
190-
<a href="${item.tutorialLink}" class="view-link">Run sample</a>
190+
<a href="${item.tutorialLink}" class="view-link" target="_blank">Run sample</a>
191191
<a href="${item.githubLink}" class="github-button" target="_blank">View on GitHub</a>
192192
</div>
193193
</div>

0 commit comments

Comments
 (0)