Skip to content

Commit

Permalink
fix: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
styrix560 committed Oct 28, 2024
1 parent fb01854 commit 7f472ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/assets/data/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"wsc2024": {
"date": "10 – 15 September 2024",
"title": "WorldSkills Lyon 2024",
"text": "Simon Brebeck gewinnt eine Exzellenzmedaille und wird 2. im Speed Programming."
"text": "Simon Brebeck gewinnt eine Exzellenzmedaille und wird zweiter im Speed Programming."
}
}
},
Expand Down Expand Up @@ -127,7 +127,7 @@
"wsc2024": {
"date": "10 – 15 September 2024",
"title": "WorldSkills Lyon 2024",
"text": "Simon Brebeck wins a Medallion of Excellence and places 2nd in Speedprogramming."
"text": "Simon Brebeck wins a Medallion for Excellence and places second in Speedprogramming."
}
}
}
Expand Down
6 changes: 3 additions & 3 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: "11. Oktober27. Dezember 2024",
en: "11 October27 December 2024",
de: "1. November21. Februar 2024",
en: "1 November21 February 2024",
})}
link={getRelativeLocaleUrl(lang, "dm-registration")}
className="xl:mt-0"
Expand Down Expand Up @@ -69,7 +69,7 @@ const t = useTranslations(lang);
<EventCard
img={AlbertEinsteinCupImage}
title={t({ de: "Albert-Einstein-Cup", en: "Albert Einstein Cup" })}
date={t({ de: "ca. Mai 2026", en: "around May 2026" })}
date={t({ de: "vsl. Mai 2026", en: "around May 2026" })}
link="https://youtu.be/Cvrt7g8es9k"
className="md:float-right md:mr-20 md:mt-[-4rem] lg:mr-24 xl:mr-32"
hoverTextColor="white"
Expand Down

0 comments on commit 7f472ac

Please sign in to comment.