Skip to content

Commit

Permalink
update email formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Jan 6, 2024
1 parent d54704b commit 4227782
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/api/obituaries/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ export default async function handler(
<p>Informacije koje ste poslali:</p>
${formattedFields}
<p>Ukoliko imate dodatnih pitanja, kontaktirajte nas direktno putem telefona ili e-maila. Dostupni smo na Viberu i WhatsAppu.</p>
<p><b>Broj telefona</b></p>
<p><a href="tel:+38763028457">+387 63 028 457</a></p>
<p><a href="tel:+38762604705">+387 62 604 705</a></p>
<p><b>E-mail</b></p>
<p>preminuli.ba@gmail.com</p>
<p><b>Broj telefona</b></br>
<a href="tel:+38763028457">+387 63 028 457</a></br>
<a href="tel:+38762604705">+387 62 604 705</a></p>
<p><b>E-mail</b></br>
<a href="mailto:preminuli.ba@gmail.com">preminuli.ba@gmail.com</a></p>
`,
}),
])
Expand Down

1 comment on commit 4227782

@vercel
Copy link

@vercel vercel bot commented on 4227782 Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.