We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9047b commit 2188f3eCopy full SHA for 2188f3e
apps/webapp/app/components/navigation/HelpAndFeedbackPopover.tsx
@@ -78,7 +78,12 @@ export function HelpAndFeedback({
78
/>
79
</PopoverTrigger>
80
}
81
- content="Help & Feedback"
+ content={
82
+ <span className="flex items-center gap-1">
83
+ Help & Feedback
84
+ <ShortcutKey shortcut={{ key: "h" }} variant="small" />
85
+ </span>
86
+ }
87
side="right"
88
sideOffset={8}
89
hidden={!isCollapsed}
0 commit comments