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 (/).
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:
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 (/).
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: