Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
style: format
  • Loading branch information
aqandrew committed Sep 12, 2026
commit 0fbd855110f910636ebd34eda61ed697c71f3a0b
5 changes: 4 additions & 1 deletion site/src/components/HelpPopover/HelpPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ interface HelpPopoverLinkProps {
href: string;
}

export const HelpPopoverLink: FC<HelpPopoverLinkProps> = ({ children, href }) => {
export const HelpPopoverLink: FC<HelpPopoverLinkProps> = ({
children,
href,
}) => {
return (
<a
href={href}
Expand Down