Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Mar 7, 2024
1 parent 4d7e1f3 commit ba2703d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/about/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ import * as m from "#lang/paraglide/messages"
export default function Page() {
const experience = [
{
company: m.about_experience_tritschlerkiem_company(),
comapanyLink: "https://tritschlerkiem.com/",
from: "02 / 2024",
to: "Now",
slogan: m.about_experience_tritschlerkiem_slogan(),
jobTitle: m.about_experience_tritschlerkiem_job(),
},
{
Expand All @@ -28,6 +25,7 @@ export default function Page() {
comapanyLink: "https://tritschlerkiem.com/",
from: "12 / 2020",
to: "06 / 2023",
slogan: m.about_experience_tritschlerkiem_slogan(),
jobTitle: m.about_experience_tritschlerkiem_job(),
},
{
Expand Down

0 comments on commit ba2703d

Please sign in to comment.