-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Good First IssueIssues which are beginner friendly and will give a starting understanding about the repoIssues which are beginner friendly and will give a starting understanding about the repohacktoberfest
Description
Summary
Move icons folder from public/hyperswitch/IntelligentRouting to public/hyperswitch/assets/IntelligentRouting/
Type
Enhancement
Context
Currently, all IntelligentRouting icons are stored under public/hyperswitch/IntelligentRouting. To enable fetching them from S3, these icons need to be relocated to public/hyperswitch/assets/IntelligentRouting/
Starter tasks
- Identify all locations where SVG icons from the IntelligentRouting/ directory are referenced.
Expected:
All IntelligentRouting icons should reside under public/hyperswitch/assets/IntelligentRouting/, the icons’ paths inside the code should be updated accordingly, and the dashboard should continue rendering icons without issues.
Acceptance criteria
- All icons moved from /IntelligentRouting to /assets/IntelligentRouting/
- Reference updated in all the places where /IntelligentRouting is being used or called
- Icons correctly rendered in the dashboard after the move
- Code formatted using npx prettier --write .
Relevant Files
src/IntelligentRouting/IntelligentRoutingScreens/IntelligentRoutingHome.ressrc/IntelligentRouting/IntelligentRoutingScreens/IntelligentRoutingUtils.res
Mentor contact
Helpful Docs
Pre-flight
- I read the Contributing Guide and setup
- I searched existing issues and PRs
Metadata
Metadata
Assignees
Labels
Good First IssueIssues which are beginner friendly and will give a starting understanding about the repoIssues which are beginner friendly and will give a starting understanding about the repohacktoberfest