Skip to content

Conversation

Kylejeong2
Copy link
Member

what

update url on the old openai cua page

Copy link

vercel bot commented Sep 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
cua-browser Ready Ready Preview Comment Sep 29, 2025 5:57pm

<div className="flex items-center gap-3">
<a
href="https://www.browserbase.com/computer-use"
href="https://www.browserbase.com/cua/openai"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL update in the main page creates inconsistency with similar links in the ChatFeed component that still use the old URL structure.

View Details
📝 Patch Details
diff --git a/app/components/ChatFeed.tsx b/app/components/ChatFeed.tsx
index 69f4297..25990e0 100644
--- a/app/components/ChatFeed.tsx
+++ b/app/components/ChatFeed.tsx
@@ -1306,7 +1306,7 @@ export default function LegacyChatFeed({
       >
         <div className="flex items-center gap-2">
           <a
-            href="https://browserbase.com/computer-use"
+            href="https://www.browserbase.com/cua/openai"
             target="_blank"
             rel="noopener noreferrer"
             className="flex items-center gap-3 hover:opacity-90 transition-opacity duration-200"
@@ -1325,7 +1325,7 @@ export default function LegacyChatFeed({
         </div>
         <div className="flex items-center gap-2">
           <a
-            href="https://browserbase.com/computer-use"
+            href="https://www.browserbase.com/cua/openai"
             target="_blank"
             rel="noopener noreferrer"
           >

Analysis

Inconsistent branding URLs in navigation components

What fails: Navigation elements (logo links and Deploy buttons) in app/page.tsx and app/components/ChatFeed.tsx pointed to different Browserbase URLs, creating inconsistent user experience

How to reproduce:

  1. Load the main page - observe logo and Deploy button point to https://www.browserbase.com/cua/openai
  2. Start chat session to open ChatFeed component - observe identical logo and Deploy button point to https://browserbase.com/computer-use
  3. Users clicking the same visual elements get different destinations

Result: Same branding elements (CUA Browser logo and Deploy button) navigate to different URLs depending on component

Expected: Identical navigation elements should consistently point to the same destination per UI consistency best practices

Fixed: Updated ChatFeed.tsx URLs to match page.tsx URLs (/cua/openai) for consistent navigation experience

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant