diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 52feac9..d0992ef 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -29,7 +29,7 @@ export async function generateMetadata( const t = translations[currentLang]; return { - title: "CebulaCamp", + title: t.siteTitle, description: "An amazing gathering of hackers and open source enthusiasts.", icons: { icon: [ @@ -60,7 +60,7 @@ export async function generateMetadata( }, twitter: { card: 'summary_large_image', - title: 'CebulaCamp', + title: t.siteTitle, description: 'An amazing gathering of hackers and open source enthusiasts.', images: ['https://cebula.camp/web-app-manifest-512x512.png'], }, @@ -99,7 +99,7 @@ export default async function RootLayout({ - + diff --git a/src/components/event-map.lazy.tsx b/src/components/event-map.lazy.tsx index bce002b..2fc774e 100644 --- a/src/components/event-map.lazy.tsx +++ b/src/components/event-map.lazy.tsx @@ -13,12 +13,12 @@ export default function Map({ t }: { return (
{/* @ts-expect-error dragging IS a valid prop. */} - + {/* @ts-expect-error attribution IS a valid prop. */} - + {t.where.location} diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index 6d1fdd3..1735710 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -5,7 +5,7 @@ const common = { }; const pl = { - siteTitle: "CebulaCamp", + siteTitle: "CebulaCamp 2025", nav: { title: "CEBULACAMP", hero: "Cebula",