Skip to content

Commit

Permalink
Merge pull request #309 from blz-it/fix-registration-title
Browse files Browse the repository at this point in the history
Fix registration title
  • Loading branch information
JonasWanke authored Jan 15, 2025
2 parents 41ad2c8 + 8e6f6e0 commit f104236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[lang]/anmeldung.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const lang = (Astro.currentLocale || defaultLang) as Language;
export const getStaticPaths = localeParams;
---

<Layout title="Anmeldung zur Deutschen Meisterschaft">
<Layout title="Anmeldung zum Online-Vorausscheid">
<NoTranslate availableLanguages={["de"]} />
<div class="mx-auto max-w-4xl py-12">
<div class="rounded-xl border-2 p-8">
Expand Down

0 comments on commit f104236

Please sign in to comment.