We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d922d7 commit 7031047Copy full SHA for 7031047
src/components/Header.tsx
@@ -42,10 +42,14 @@ export function Header({ hasError }: { hasError?: boolean }) {
42
43
<HoverPopover title="Help">
44
<MenuItem href="/help/continue-setup" icon={<Continue />}>
45
- Set up in <span className="font-bold">Continue</span>
+ <span>
46
+ Set up in <span className="font-bold">Continue</span>
47
+ </span>
48
</MenuItem>
49
<MenuItem icon={<Copilot />} href="/help/copilot-setup">
- Set up in <span className="font-bold">Copilot</span>
50
51
+ Set up in <span className="font-bold">Copilot</span>
52
53
54
55
<MenuItem
0 commit comments