Bug: Industries page uses generic building icon instead of industry.icon #94

Closed
opened 2026-05-17 21:15:39 -05:00 by null · 0 comments
Owner

Problem

The Industries listing page renders all 4 industry cards with the same generic building SVG icon. It ignores the industry.icon field from the data file.

The Home page correctly renders industry-specific icons (HeartPulse, ShoppingCart, Factory, Landmark) via an industryIcons map. The Industries page should match.

Fix

Import lucide icons and create the same industryIcons map (or import from a shared module), then render the correct icon per industry.

Files

  • src/pages/Industries.jsx - replace hardcoded building SVG with proper icon rendering

Severity

Medium - all 4 industries look identical icon-wise

## Problem The Industries listing page renders all 4 industry cards with the same generic building SVG icon. It ignores the industry.icon field from the data file. The Home page correctly renders industry-specific icons (HeartPulse, ShoppingCart, Factory, Landmark) via an industryIcons map. The Industries page should match. ## Fix Import lucide icons and create the same industryIcons map (or import from a shared module), then render the correct icon per industry. ## Files - src/pages/Industries.jsx - replace hardcoded building SVG with proper icon rendering ## Severity Medium - all 4 industries look identical icon-wise
null closed this issue 2026-05-17 21:41:22 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#94
No description provided.