diff --git a/frontend/src/pages/contact.astro b/frontend/src/pages/contact.astro index 8eeef4e..4f32fdf 100644 --- a/frontend/src/pages/contact.astro +++ b/frontend/src/pages/contact.astro @@ -32,7 +32,7 @@ const handleSubmit = async (event) => { } }; --- - +
@@ -41,7 +41,10 @@ const handleSubmit = async (event) => {

Stefan Bogdanel

38 Deidre Avenue,
Wickford Essex

Support

-

stefan@izdrail.com

+

stefan@izdrail.com

diff --git a/frontend/src/pages/templates/[slug].astro b/frontend/src/pages/templates/[slug].astro index 867fa01..04ac2bd 100644 --- a/frontend/src/pages/templates/[slug].astro +++ b/frontend/src/pages/templates/[slug].astro @@ -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