We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37ca09 commit fdf9102Copy full SHA for fdf9102
src/components/Header.tsx
@@ -63,13 +63,13 @@ export function Header({ hasError }: { hasError?: boolean }) {
63
</div>
64
65
<div className="flex items-center relative group">
66
- <HeaderMenuItem>Help</HeaderMenuItem>
+ <HeaderMenuItem>Setup</HeaderMenuItem>
67
<DropdownMenu>
68
<DropdownMenuItem to="/help/continue-setup">
69
- Continue Setup
+ Set up in <span className="font-bold">Continue</span>
70
</DropdownMenuItem>
71
<DropdownMenuItem to="/help/copilot-setup">
72
- Copilot Setup
+ Set up in <span className="font-bold">Copilot</span>
73
74
</DropdownMenu>
75
0 commit comments