Simplify Technology Icon Management Across Site
Public
Simplify Technology Icon Management Across Site
Agent
Claude Code
Model
Claude Sonnet 4.6
Shared
Mar 25, 4:56 PM
Messages4
Please have a look at @src/content/technologies.tsx . This file determines technology stacks shown across the site; with one for the main site and several for cases. They are currently defined individually, meaning if I wanted to use "postgres" in a cases stack, I'd have to define that "icon" again. Please refactor the entire selection of icons (and their classes when relevant) into individual un-exported icons to be utilized in each stack object.
Each technology is now defined once as a local constant and reused by reference across all stacks. Adding any technology to a new stack is now a single identifier rather than a repeated JSX/image definition.