@@ -9,7 +9,7 @@ const toolStackIcons = [
99 { icon : < img src = "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg" alt = "VS Code" style = { { width : "1em" , height : "1em" } } /> , name : "Visual Studio Code" , link : "https://code.visualstudio.com/" } ,
1010 { icon : < img src = "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/jetbrains/jetbrains-original.svg" alt = "JetBrains" style = { { width : "1em" , height : "1em" } } /> , name : "JetBrains" , link : "https://www.jetbrains.com/" } ,
1111 { icon : < img src = "https://cdn.simpleicons.org/claude/CC785C" alt = "Claude Code" style = { { width : "1em" , height : "1em" } } /> , name : "Claude Code" , link : "https://www.anthropic.com/claude-code" } ,
12- { icon : < img src = "https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/openai.svg" alt = "Codex" style = { { width : "1em" , height : "1em" } } /> , name : "Codex" , link : "https://developers.openai.com/codex" } ,
12+ { icon : < img src = "https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/openai.svg" alt = "Codex" className = "tech-icon-codex" style = { { width : "1em" , height : "1em" } } /> , name : "Codex" , link : "https://developers.openai.com/codex" } ,
1313 { icon : < img src = "https://www.zerotier.com/wp-content/uploads/2024/10/icon.svg" alt = "ZeroTier" style = { { width : "1em" , height : "1em" } } /> , name : "ZeroTier" , link : "https://www.zerotier.com/" } ,
1414 { icon : < img src = "https://tailscale.com/favicon.svg" alt = "Tailscale" style = { { width : "1em" , height : "1em" } } /> , name : "Tailscale" , link : "https://tailscale.com/" } ,
1515 { icon : < img src = "https://cdn.jsdelivr.net/gh/jellyfin/jellyfin-ux@master/branding/SVG/icon-transparent.svg" alt = "Jellyfin" style = { { width : "1em" , height : "1em" } } /> , name : "Jellyfin" , link : "https://jellyfin.org/" } ,
0 commit comments