Skip to content

Commit 1052a27

Browse files
committed
Open link in new window
1 parent 2c402cb commit 1052a27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="pl-[10%] pr-[10%] banner font-light flex flex-col sm:flex-row items-center">
2323
<img src="assets/link.svg" class="link">
2424
<span>{{viewCodeMessage}}</span>
25-
<a mat-button class="m-1" [href]="viewCodeLink">View Code</a>
25+
<a mat-button class="m-1" [href]="viewCodeLink" target="_blank" rel="noopener">View Code</a>
2626
</div>
2727
</div>
2828
}

0 commit comments

Comments
 (0)