Bug Description
The "Terms of Service" link at the bottom of the Become a Host page (/host/become-a-host#) is non-functional and does not redirect users to the intended destination.
Current Behavior
- When users click on the "Terms of Service" link on the footer of the Become a Host page, nothing happens
- The link does not navigate to any route or open any content
- Users cannot access the Terms of Service documentation
Expected Behavior
- Clicking the "Terms of Service" link should redirect users to a dedicated Terms of Service page
- The link should be properly configured with the correct route path
- Users should be able to read the complete Terms of Service document
Steps to Reproduce
- Click on the "Terms of Service" link
- Observe that no navigation occurs
Environment
Proposed Solution
- Create a dedicated Terms of Service page/route (e.g., /terms-of-service)
- Update the link in the Become a Host page footer to point to the correct route
- Ensure proper React Router configuration for the new route
- Consider creating a reusable Terms of Service component that can be accessed from multiple pages
@hitesh-kumar123 please assign me these issue!
Bug Description
The "Terms of Service" link at the bottom of the Become a Host page (/host/become-a-host#) is non-functional and does not redirect users to the intended destination.
Current Behavior
Expected Behavior
Steps to Reproduce
Environment
Proposed Solution
@hitesh-kumar123 please assign me these issue!