Skip to content

[Bug] Logo/brand name in navbar is not clickable — missing home link #77

@sidharth-vijayan

Description

@sidharth-vijayan

Description

The "Restroly" brand name and logo in the top-left of the navigation bar are purely visual — clicking them does nothing. The standard web convention is that a site logo/brand name in the navbar should always navigate the user back to the homepage (/).

Image

Steps to reproduce

Navigate to any page other than the homepage (e.g. /pricing)
Click the "Restroly" logo or brand name in the top-left navbar
Nothing happens — user stays on the same page

Expected behaviour

Clicking the logo or brand name should navigate the user to the homepage (/).

Actual behaviour

The logo/brand name is a non-interactive element. No navigation or visual cursor change occurs on hover.

Suggested fix

Wrap the logo and brand name in an anchor tag pointing to the root path:

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions