From 1278f07adf58a6b14a7b548bb5ac1d005920d784 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Sun, 9 Feb 2025 19:00:35 +0100 Subject: [PATCH] feat: added mailto --- src/components/landing-page.tsx | 2 +- src/i18n/translations.ts | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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.tickets.status}

} />
{t.accommodation.description}

} />
{t.food.description}

} /> -
{t.contact.email}

} /> +
{t.contact.email}} />

{t.credits.usedFonts}

{t.credits.jgs7}

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",