mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
feat: add vsc, intellij idea
This commit is contained in:
parent
689c248957
commit
1f5e5e7dc1
1 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,14 @@ const skills = [
|
|||
name: "Cloudflare Workers",
|
||||
icon: "logos:cloudflare-workers-icon",
|
||||
},
|
||||
{
|
||||
name: "Visual Studio Code",
|
||||
icon: "logos:visual-studio-code",
|
||||
},
|
||||
{
|
||||
name: "IntelliJ IDEA",
|
||||
icon: "logos:intellij-idea",
|
||||
},
|
||||
];
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue