Skip to content

Fix: Terms of Service link not redirecting on Become a Host page #156

@SujalTripathi

Description

@SujalTripathi

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

Image
  • 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!

Metadata

Metadata

Assignees

Labels

HardSWoC26Issues and tasks related to Social Winter of Code (SWoC) contributions.bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions