Skip to content

Commit

Permalink
fix: registration year
Browse files Browse the repository at this point in the history
  • Loading branch information
styrix560 committed Oct 28, 2024
1 parent 7f472ac commit 6d628c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/skill/SkillRoadmap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const t = useTranslations(lang);
img={RegistrationImage}
title={t({ de: "Registrierung", en: "Registration" })}
date={t({
de: "1. November – 21. Februar 2024",
en: "1 November – 21 February 2024",
de: "1. November 2024 – 21. Februar 2025",
en: "1 November 2024 – 21 February 2025",
})}
link={getRelativeLocaleUrl(lang, "dm-registration")}
className="xl:mt-0"
Expand Down

0 comments on commit 6d628c1

Please sign in to comment.