Skip to content

Commit

Permalink
Fix registration start
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 19, 2024
1 parent d0b5650 commit 5db6051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/en/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const lang = (Astro.currentLocale || defaultLang) as Language;
<WavedSection type="bottom">
<Cta
title="Become part of our national team"
subtitle="Have you always wanted to take part in a software development competition and compete with the best of the best? The next registration starts in the beginning of 2025."
subtitle="Have you always wanted to take part in a software development competition and compete with the best of the best? The next registration starts in November."
action={{
label: "Register now",
url: getRelativeLocaleUrl(lang, "dm-registration"),
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const lang = (Astro.currentLocale || defaultLang) as Language;
<WavedSection type="bottom">
<Cta
title="Werde Teil unseres Nationalteams"
subtitle="Wolltest du schon immer an einem Wettbewerb im Bereich der Softwareentwicklung teilnehmen und dich mit den Besten der Besten messen? Die nächste Registrierung startet Anfang 2025."
subtitle="Wolltest du schon immer an einem Wettbewerb im Bereich der Softwareentwicklung teilnehmen und dich mit den Besten der Besten messen? Die nächste Registrierung startet im November."
action={{
label: "Registriere dich jetzt",
url: getRelativeLocaleUrl(lang, "dm-registration"),
Expand Down

0 comments on commit 5db6051

Please sign in to comment.