Skip to content

Commit fdf9102

Browse files
committed
feat: make "setup" menu section less confusing
commit 55b0745 Author: Daniel Kantor <[email protected]> Date: Wed Jan 15 15:01:35 2025 +0100 chore: add prettier commit b610317 Author: Daniel Kantor <[email protected]> Date: Wed Jan 15 14:50:49 2025 +0100 refactor: extract <DropdownMenuItem /> commit d3513aa Author: Daniel Kantor <[email protected]> Date: Wed Jan 15 14:48:06 2025 +0100 refactor: extract <DropdownMenu /> commit 9eb2021 Author: Daniel Kantor <[email protected]> Date: Wed Jan 15 14:44:34 2025 +0100 refactor: extract <HeaderMenuItem />
1 parent c37ca09 commit fdf9102

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)