Open
Description
Tools without Bowtie integration showed a cross (❌) icon, suggesting an error or problem.
Description:-
These tools should show an information (ℹ️) icon, indicating that additional information is available.
The change has been tested to ensure proper rendering in both light and dark modes, and across different screen sizes.
How i fixed this:-
-
Created a new SVG icon file:
- Added
/public/icons/icons8-info.svg
with standard info icon design - Ensured the icon uses
stroke="currentColor"
to inherit theme colors - Matched styling attributes with other icons in the interface
- Added
-
Updated the ToolingTable component:
- Modified import statement from CancelIcon to InfoIcon
- Updated the conditional rendering to use the info icon
- Matched styling with the rest of the icons for visual consistency
Files Modified
/pages/tools/components/ToolingTable.tsx
- Added
/public/icons/icons8-info.svg
Are you working on this?
Yes