Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 8, 2024
1 parent 1dcc73b commit 41ad2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/skill/SkillRoadmap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const t = useTranslations(lang);
/>
<EventCard
img={OnlineCompetitionImage}
title={t({ de: "Online-Vorausscheidung", en: "Online Competition" })}
title={t({ de: "Online-Vorausscheid", en: "Online Competition" })}
date={t({
de: "28. Dezember 2024 – 28. Februar 2025",
en: "28 December 2024 – 28 February 2025",
Expand Down

0 comments on commit 41ad2c8

Please sign in to comment.