Skip to content

Commit

Permalink
Improved tracking homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
izdrail committed Dec 25, 2024
1 parent 72e7dcc commit 0918d17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions frontend/src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const handleSubmit = async (event) => {
}
};
---
<DefaultLayout title="Contact - laravelmail.com">
<DefaultLayout title="Contact laravel mail platform - laravelmail.com">
<section class="my-64">
<div class="container">
<div class="grid align-center" >
Expand All @@ -41,7 +41,10 @@ const handleSubmit = async (event) => {
<h4 class="mb-1 font-medium text-gray-900 dark:text-white">Stefan Bogdanel</h4>
<address class="non-italic text-sm font-normal text-gray-500">38 Deidre Avenue,<br>Wickford Essex</address>
<h4 class="mb-1 mt-4 font-medium text-gray-900 dark:text-white">Support</h4>
<p class="text-sm font-medium text-primary-600 hover:underline dark:text-primary-500"><a href="#">stefan@izdrail.com</a></p>
<p class="text-sm font-medium text-primary-600 hover:underline dark:text-primary-500"><a
data-umami-event-title="Download html code "
data-umami-event-url="mailto:stefan@izdrail.com"
href="#">stefan@izdrail.com</a></p>
</div>

</div>
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/pages/templates/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ const data = await fetch('http://0.0.0.0:11001/templates/' + template.slug).then
id="downloadBtn"
class="bg-blue-500 text-white py-2 px-4 rounded-lg hover:bg-blue-600"
data-template={data}
data-umami-event-title="Download html code "
data-umami-event-url={template.slug}
data-filename={template.slug + '.html'}
>
>
Download HTML Source Code
</button>
</div>
Expand Down

0 comments on commit 0918d17

Please sign in to comment.