Skip to content

Commit e4840e6

Browse files
committed
feat: make "setup" menu section less confusing
1 parent 55b0745 commit e4840e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Header.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ export function Header({ hasError }: { hasError?: boolean }) {
6363
</div>
6464

6565
<div className="flex items-center relative group">
66-
<HeaderMenuItem>Help</HeaderMenuItem>
66+
<HeaderMenuItem>Setup</HeaderMenuItem>
6767
<DropdownMenu>
6868
<DropdownMenuItem to="/help/continue-setup">
69-
Continue Setup
69+
Set up in <span className="font-bold">Continue</span>
7070
</DropdownMenuItem>
7171
<DropdownMenuItem to="/help/copilot-setup">
72-
Copilot Setup
72+
Set up in <span className="font-bold">Copilot</span>
7373
</DropdownMenuItem>
7474
</DropdownMenu>
7575
</div>

0 commit comments

Comments
 (0)