Skip to content

Commit

Permalink
Update skills.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesGitH authored May 25, 2024
1 parent 76dda57 commit 4641767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ const github : SkillData = {

const ts : SkillData = {
name: "TypeScript",
level: 5,
level: 7,
iconClass: "devicon-typescript-plain",
}

const python : SkillData = {
name: "Python",
level: 6,
level: 7,
iconClass: "devicon-python-plain",
}

Expand Down Expand Up @@ -74,7 +74,7 @@ const bash : SkillData = {

const cpp : SkillData = {
name: "C++",
level: 5,
level: 4,
iconClass: "devicon-cplusplus-plain",
}

Expand Down

0 comments on commit 4641767

Please sign in to comment.