Skip to content

[FEATURE] Add "Back to Home" Navigation Option on Login Page #113

@rittika03

Description

@rittika03

🚀 Feature Description

Add "Back to Home" Navigation Option on Login Page

📝 Description

Currently, the Login page ("Access Vault") focuses entirely on authentication (Login, Google Auth, Sign Up). While this is standard, there is no explicit text-based control or button allowing users to easily navigate back to the landing page if they landed here by mistake or choose not to log in.

Improving the navigation flow will enhance the User Experience (UX) and reduce bounce rates.

📷 Problem Statement

  • The user is presented with the credentials form, a "Login" button, a "Sign in with Google" button, and a "Sign up" link.
  • Missing: There is no distinct "Back to Home" or "Cancel" button visible within the main card area.
  • Reference Screenshot:

Image

✅ Acceptance Criteria

  • A clear, accessible link or button should be added to the UI that redirects the user back to the Homepage (/ or /home).
  • This should be distinguishable from the "Sign Up" action.

🛠 Proposed Solution

  1. Option A (Top-Left): Add a simple < Back to Home link above the "Access Vault" header or in the top-left corner of the screen (distinct from the logo).
  2. Option B (Bottom): Add a link below the "Don't have an account?" section..

📋 Mockups/Examples

  • specific placement of the "Back to Home" link/button.
  • Implement the Link component (if using React/Next.js) or <a> tag pointing to /.
  • Ensure styling matches the current dark theme (e.g., muted green or grey text).
  • Verify responsiveness on mobile devices.

🏷️ Component

Which part of the application does this affect?

  • Frontend (React)

I would like to work on this, please assign me this issue.

Metadata

Metadata

Assignees

Labels

Easy20 PointsSWOCIssue available for contributors participating in Social Winter of Code (SWOC).SWoC26Social Winter of Code 2026enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions