Skip to content

Commit

Permalink
chore: update jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Nov 26, 2023
1 parent aecb36e commit fdb88f3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pages/about/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down Expand Up @@ -221,9 +218,13 @@ export default function Page() {
<p>
{m.about_education_working()} {item.jobTitle}{" "}
{item.company && m.about_education_at()}{" "}
<InlineLink link={item.comapanyLink}>
{item.company}
</InlineLink>
{item.comapanyLink ? (
<InlineLink link={item.comapanyLink}>
{item.company}
</InlineLink>
) : (
item.company
)}
</p>
</div>
<p class="text-sm mb-4">
Expand Down

1 comment on commit fdb88f3

@vercel
Copy link

@vercel vercel bot commented on fdb88f3 Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.