Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

fix: fix small visual glithc in help menu #175

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ export function Header({ hasError }: { hasError?: boolean }) {

<HoverPopover title="Help">
<MenuItem href="/help/continue-setup" icon={<Continue />}>
Set up in <span className="font-bold">Continue</span>
<span>
Set up in <span className="font-bold">Continue</span>
</span>
</MenuItem>
<MenuItem icon={<Copilot />} href="/help/copilot-setup">
Set up in <span className="font-bold">Copilot</span>
<span>
Set up in <span className="font-bold">Copilot</span>
</span>
</MenuItem>

<MenuItem
Expand Down
Loading