Skip to content

Commit 7031047

Browse files
authored
1 parent 2d922d7 commit 7031047

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/Header.tsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,14 @@ export function Header({ hasError }: { hasError?: boolean }) {
4242

4343
<HoverPopover title="Help">
4444
<MenuItem href="/help/continue-setup" icon={<Continue />}>
45-
Set up in <span className="font-bold">Continue</span>
45+
<span>
46+
Set up in <span className="font-bold">Continue</span>
47+
</span>
4648
</MenuItem>
4749
<MenuItem icon={<Copilot />} href="/help/copilot-setup">
48-
Set up in <span className="font-bold">Copilot</span>
50+
<span>
51+
Set up in <span className="font-bold">Copilot</span>
52+
</span>
4953
</MenuItem>
5054

5155
<MenuItem

0 commit comments

Comments
 (0)