You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When interacting with the SuperPlane logo, there are a few navigation issues that result in confusing or broken behavior for the user.
Observed behavior
When you click the logo while you are already on the Canvases page, it is still clickable and appears to “navigate”, but you stay on the same page and nothing effectively changes for the user. This feels redundant and misleading; it probably should not be clickable in this state.
When you click the logo from the items in the navbar, they relocate you back to the Canvases view instead of the expected destination. This is good.
If the user has no canvases to land on (for example, not logged into any organization), clicking the logo will lead to a 404.
Expected behavior
When already on the Canvases page, clicking the logo should be disabled so it is clearly non-interactive.
If there is no valid canvas/org to route to, clicking the logo should fall back to a safe, non-404 page (e.g. a neutral home/dashboard or an empty-state screen).
Recording.2026-05-13.170317.mp4
Description
When interacting with the SuperPlane logo, there are a few navigation issues that result in confusing or broken behavior for the user.
Observed behavior
When you click the logo while you are already on the Canvases page, it is still clickable and appears to “navigate”, but you stay on the same page and nothing effectively changes for the user. This feels redundant and misleading; it probably should not be clickable in this state.
When you click the logo from the items in the navbar, they relocate you back to the Canvases view instead of the expected destination. This is good.
If the user has no canvases to land on (for example, not logged into any organization), clicking the logo will lead to a 404.
Expected behavior