Skip to content

Commit

Permalink
fix: opening in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jul 19, 2023
1 parent 4a327bf commit fc2e50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{ shownContact.organisation }}
</div>
</div>
<a [href]="'mailto:' + shownContact.email" class="text-gray-700 text-sm">{{
<a [href]="'mailto:' + shownContact.email" class="text-gray-700 text-sm" target="_blank">{{
shownContact.email
}}</a>
<div *ngIf="shownContact.website" class="mb-2">
Expand Down

0 comments on commit fc2e50f

Please sign in to comment.