-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Summary
The "Sign up for free" button is disabled on the Superhuman acquisition announcement page:
https://rows.com/blog/post/rows-is-joining-superhuman
Description
On the page announcing Rows' acquisition by Superhuman, the "Sign up for free" button in the header and footer is disabled.
This creates a poor user experience because:
- The button is visible but non-functional
- Users might think the website has a technical problem
- It's unclear if this is intentional given the upcoming shutdown
Expected Behavior
Given that Rows is shutting down on May 31, 2026, the button should either:
- Redirect to Superhuman: https://superhuman.com/
- Redirect to Coda: https://superhuman.com/products/coda
- Or be hidden entirely if no redirect is desired
Current Behavior
Header button HTML:
<a class="_3C39E _1zl45 _1Ud6A _1xJeX iuPOM"
title="Sign up for free"
aria-disabled="true"
history="[object Object]"
href="/#">
<span>Sign up for free</span>
</a>Key issues:
aria-disabled="true"- Button is marked as disabled for accessibilityhref="/#"- Link points nowhere (dead link)- Users cannot click or interact with the button
Suggested Fix
Replace the disabled button with a redirect to Superhuman/Coda:
<a href="https://superhuman.com/products/coda">Sign up for free</a>This would:
- Maintain a functional UX on the announcement page
- Drive traffic to the new platform
- Avoid confusion about whether the site is broken
Reporter
Boris DESCHAMPS-DOUCOT
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels