diff --git a/pages/about/+Page.tsx b/pages/about/+Page.tsx index 697a6f14..2d75c4c9 100644 --- a/pages/about/+Page.tsx +++ b/pages/about/+Page.tsx @@ -16,16 +16,13 @@ export default function Page() { jobTitle: m.about_experience_inlang_job(), }, { - company: "Metahype", - comapanyLink: "https://meta-hype.com/", from: "12 / 2020", to: "06 / 2023", slogan: m.about_experience_tritschlerkiem_slogan(), - jobTitle: m.about_experience_tritschlerkiem_job(), + jobTitle: m.about_experience_freelancer_job(), }, { company: "Comondo", - comapanyLink: "https://meta-hype.com/", from: "02 / 2020", to: "03 / 2021", slogan: m.about_experience_comondo_slogan(), @@ -221,9 +218,13 @@ export default function Page() {

{m.about_education_working()} {item.jobTitle}{" "} {item.company && m.about_education_at()}{" "} - - {item.company} - + {item.comapanyLink ? ( + + {item.company} + + ) : ( + item.company + )}