Description
Create the "How it works" Section. Match the design exactly and add theme support
Image

Figma Link: click here
Proposed Steps
-
Fork and Create Branch:
Fork the repository and create a new branch using the issue number:
git checkout -b fix-[issue-number]
-
Implement Changes:
[Add the required code]
-
Run Tests and Commit Changes:
Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: [Short description of the fix]"
Acceptance Criteria
Description
Create the "How it works" Section. Match the design exactly and add theme support
Image
Figma Link: click here
Proposed Steps
Fork and Create Branch:
Fork the repository and create a new branch using the issue number:
Implement Changes:
[Add the required code]
Run Tests and Commit Changes:
Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: [Short description of the fix]"Acceptance Criteria