Skip to content

Commit

Permalink
updated skills
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTijan committed Oct 6, 2024
1 parent 383c830 commit ab478df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/skills/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,12 @@ export const skillsSl: SkillsType[] = [
{
type: "Jeziki",
description: "Programski jeziki, ki jih uporabljam:",
skills: getSkill(["Solidity", "TypeScript", "JavaScript", "HTML", "CSS", "Python"]),
skills: getSkill(["Solidity", "TypeScript", "JavaScript", "Rust", "HTML", "CSS", "Python"]),
},
{
type: "Frameworki",
description: "Frameworki s katerimi razvijam projekte:",
skills: getSkill(["React", "Next.js", "React Native", "NodeJS", "Firebase", "Chainlink"]),
skills: getSkill(["React", "Next.js", "Vue","React Native", "NodeJS", "Firebase", "Chainlink"]),
},
{
type: "Pripomočki",
Expand All @@ -263,6 +263,6 @@ export const skillsSl: SkillsType[] = [
{
type: "Podatki",
description: "Projekti, katere uporabljam za podatke v svojih projektih:",
skills: getSkill(["The Graph", "Arweave", "IPFS"]),
skills: getSkill(["The Graph", "Arweave", "IPFS", "PostgreSQL"]),
},
];

0 comments on commit ab478df

Please sign in to comment.