Skip to content

Commit

Permalink
[Contact] Open email client when contact email address is clicked (#264)
Browse files Browse the repository at this point in the history
fix mailto url
  • Loading branch information
andreiio authored Aug 10, 2023
1 parent 9be0111 commit c8e55ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Public/Website/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<h1 class="text-3xl font-bold text-cyan-900">{{ $t('contact') }}</h1>
<p class="text-sm font-medium text-gray-500">{{ $t('contact_info') }}</p>

<a href="mail:to=[email protected]" class="flex items-center gap-2 py-6 text-sm text-gray-500">
<a href="mailto:[email protected]" class="flex items-center gap-2 py-6 text-sm text-gray-500">
<SvgLoader class="shrink-0" name="email" />
[email protected]
</a>
Expand Down

0 comments on commit c8e55ea

Please sign in to comment.