diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx
index 7e6cd29..360f4ff 100644
--- a/src/components/landing-page.tsx
+++ b/src/components/landing-page.tsx
@@ -174,7 +174,7 @@ export default function LandingPage(
{t.credits.usedFonts}
diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index f7589c0..04d8538 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -1,6 +1,7 @@ const common = { jgs7: "JGS font Jgs font by Adel Faure. Distributed by velvetyne.fr", oxanium: "Oxanium", + orgaEmail: "orga@cebula.camp", }; const pl = { @@ -56,7 +57,7 @@ const pl = { }, contact: { title: "Kontakt", - email: "orga@cebula.camp", + email: common.orgaEmail, }, credits: { title: "Uznania", @@ -119,7 +120,7 @@ const en = { }, contact: { title: "Contact", - email: "orga@cebula.camp", + email: common.orgaEmail, }, credits: { title: "Credits",