Skip to content

Commit

Permalink
feat: Make email mailto
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Jul 12, 2023
1 parent a9264ea commit 598f6b2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
{{ shownContact.organisation }}
</div>
</div>
<p class="text-gray-700 text-sm">{{ shownContact.email }}</p>
<a [href]="'mailto:' + shownContact.email" class="text-gray-700 text-sm">{{
shownContact.email
}}</a>
<div *ngIf="shownContact.website" class="mb-2">
<a
[href]="shownContact.website"
Expand Down

0 comments on commit 598f6b2

Please sign in to comment.