We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c402cb commit 1052a27Copy full SHA for 1052a27
1 file changed
src/app/app.component.html
@@ -22,7 +22,7 @@
22
<div class="pl-[10%] pr-[10%] banner font-light flex flex-col sm:flex-row items-center">
23
<img src="assets/link.svg" class="link">
24
<span>{{viewCodeMessage}}</span>
25
- <a mat-button class="m-1" [href]="viewCodeLink">View Code</a>
+ <a mat-button class="m-1" [href]="viewCodeLink" target="_blank" rel="noopener">View Code</a>
26
</div>
27
28
}
0 commit comments