Skip to content

Add Home Navigation Link to Header Logo #482

@parthpatidar03

Description

@parthpatidar03

Problem Statement

The logo in the board.html header is currently a static div, making it non-interactive. Users on the /play/ route have no intuitive way to navigate back to the landing/home page without manually editing the URL or using browser navigation controls.

This breaks a common UX expectation where clicking the application logo redirects users to the homepage.


Proposed Solution

Wrap the existing logo container inside an anchor (<a>) tag that redirects users to the landing page route.

Suggested implementation:

<a href="{% url 'landing' %}" class="logo-container" style="text-decoration: none;">
    ...
</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    GSSoCUnder GirlScript Summer of CodeenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions