Description
The project cards in the community hub display technology icons (like React, Node.js, etc.). However, newer developers might not recognize all the icons.
Proposed Solution
- Use a tooltip library (like Radix UI or a simple CSS hover implementation).
- Wrap each tech stack icon in the
ProjectCard component with a tooltip displaying the technology name.
Expected Outcome
A more inclusive UI where hovering over an icon tells you exactly what technology it is.
Description
The project cards in the community hub display technology icons (like React, Node.js, etc.). However, newer developers might not recognize all the icons.
Proposed Solution
ProjectCardcomponent with a tooltip displaying the technology name.Expected Outcome
A more inclusive UI where hovering over an icon tells you exactly what technology it is.