Problem
The footer currently has a broken link for Refund Policy:
- Refund Policy → href: '#' (goes nowhere)
Proposed Solution
Create a dedicated Refund Policy page:
- Route:
/refund-policy
- New file:
src/pages/public/RefundPolicy.jsx
Changes Required
- Create
src/pages/public/RefundPolicy.jsx
- Add
/refund-policy route in src/routes/index.jsx
- Update footer link in
Landing.jsx from # to /refund-policy
@rdodiya Kindly assign me this issue. Thank you!
Problem
The footer currently has a broken link for Refund Policy:
Proposed Solution
Create a dedicated Refund Policy page:
/refund-policysrc/pages/public/RefundPolicy.jsxChanges Required
src/pages/public/RefundPolicy.jsx/refund-policyroute insrc/routes/index.jsxLanding.jsxfrom#to/refund-policy@rdodiya Kindly assign me this issue. Thank you!