@@ -10,10 +10,10 @@ const toolStackIcons = [
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" } ,
1212 { 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" } ,
13+ { icon : < img src = "https://cdn.simpleicons.org/googlegemini" alt = "Gemini CLI" className = "tech-icon-gemini-cli" style = { { width : "1em" , height : "1em" } } /> , name : "Gemini CLI" , link : "https://github.com/google-gemini/gemini-cli" } ,
1314 { 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/" } ,
1415 { icon : < img src = "https://tailscale.com/favicon.svg" alt = "Tailscale" style = { { width : "1em" , height : "1em" } } /> , name : "Tailscale" , link : "https://tailscale.com/" } ,
15- { 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/" } ,
16- { icon : < img src = "https://play-lh.googleusercontent.com/x2eHcquFzIsSuhwXmbvD_xouXUxMkAfdak0z8zayXU_OzC9yYxBdbur3nE_kE4kazg" alt = "Emby" style = { { width : "1em" , height : "1em" , objectFit : "contain" } } /> , name : "Emby" , link : "https://emby.media/" } ,
16+ { icon : < img src = "https://cdn.jsdelivr.net/gh/jellyfin/jellyfin-ux@master/branding/SVG/icon-transparent.svg" alt = "Jellyfin" className = "tech-icon-jellyfin" style = { { width : "1em" , height : "1em" } } /> , name : "Jellyfin" , link : "https://jellyfin.org/" } ,
1717] ;
1818
1919function Toolstack ( ) {
0 commit comments