From 3438494918ced7a72a24a8b2d1fe106fe099e1c8 Mon Sep 17 00:00:00 2001 From: Workshop Bot Date: Thu, 11 Jun 2026 12:54:44 +0000 Subject: [PATCH] Update contact email address --- archive-source/contact.html | 4 ++-- src/content/pages/contact.html | 4 ++-- src/pages/contact.astro | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/archive-source/contact.html b/archive-source/contact.html index 68d410c1..7f0abe9b 100644 --- a/archive-source/contact.html +++ b/archive-source/contact.html @@ -83,10 +83,10 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1"

We’re conveniently located in Dublin City Centre, directly across from the James Joyce Center. Feel free to drop by anytime, since most days someone is around to offer you a cup of tea and a friendly chat about our beliefs.

Our address is:

19 North Great Georges St.
Dublin 1, Ireland

-

Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: info@unification.ie

+

Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: directors@familyfed.ie

-

Email us

+

Email us

diff --git a/src/content/pages/contact.html b/src/content/pages/contact.html index 857ca1c4..8716e87b 100644 --- a/src/content/pages/contact.html +++ b/src/content/pages/contact.html @@ -5,9 +5,9 @@

We’re conveniently located in Dublin City Centre, directly across from the James Joyce Center. Feel free to drop by anytime, since most days someone is around to offer you a cup of tea and a friendly chat about our beliefs.

Our address is:

19 North Great Georges St.
Dublin 1, Ireland

-

Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: info@unification.ie

+

Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: directors@familyfed.ie

-
+
diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 4c6bd421..f01d5418 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -46,7 +46,7 @@ import articleHtml from "../content/pages/contact.html?raw"; status.textContent = "Opening your email app with the message ready to send."; } - window.location.href = `mailto:info@unification.ie?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`; + window.location.href = `mailto:directors@familyfed.ie?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`; }); })();