diff --git a/chatgpt-to-claude/src/components/Navigation.tsx b/chatgpt-to-claude/src/components/Navigation.tsx index ff3993241..2204cb6f4 100644 --- a/chatgpt-to-claude/src/components/Navigation.tsx +++ b/chatgpt-to-claude/src/components/Navigation.tsx @@ -37,41 +37,46 @@ export default function Navigation() { return ( <> + {/* Gradient accent line */} +
+
- ChatGPT → Claude + ChatGPT + + Claude -
{mobileOpen && ( -
+
{navLinks.map((link) => ( setMobileOpen(false)} > {link.label} @@ -108,7 +113,7 @@ export default function Navigation() { ))} setMobileOpen(false)} > Start Migration diff --git a/memory/memories.db-wal b/memory/memories.db-wal index f6dde0f4a..4b793e68a 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ