Skip to content

Commit

Permalink
🐛 FIxed lang
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Jan 25, 2025
1 parent 94003a9 commit 2bc6f50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const skills = [
icon: '🧡',
url: 'https://svelte.dev/',
description:
"When I am doing frontend, then only using Svelte. It's a great framework and I am like with Rust also very proficient in it!"
"When I am doing frontend, then only using Svelte. It's a great framework and I am, like with Rust, also very proficient in it!"
},
{
name: 'Zig',
Expand Down Expand Up @@ -43,7 +43,7 @@ export const skills = [
icon: '📺',
url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript',
description:
'If somebody smoked weed and programmed 3 languages at once, this one would come up with JavaScript. Dafuq is this language?'
"If someone were to smoke weed while programming in three languages simultaneously, that's how it feels writing JavaScript. Dafuq is this language?"
},
{
name: 'TypeScript',
Expand All @@ -63,7 +63,7 @@ export const skills = [
icon: '🔧',
url: 'https://github.com/',
description:
'Writing every project in Git and uploading it to Github. Great Stuff from Microsoft!'
'Writing every project in Git and uploading it to Github. Honestly, a great product from Microsoft!'
}
];

Expand Down

0 comments on commit 2bc6f50

Please sign in to comment.