Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin committed Feb 14, 2025
1 parent ed0a117 commit e53a507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const ResourcePopover = ({ label, path }: { label: string; path: string }) => {
</Button>
</PopoverTrigger>
<PopoverContent
className="w-[400px] p-3"
className="w-[420px] p-3"
onMouseEnter={() => setOpen(true)}
onMouseLeave={() => {
setOpen(false);
Expand Down

0 comments on commit e53a507

Please sign in to comment.