Skip to content

Commit

Permalink
addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Jan 5, 2024
1 parent 94f0139 commit d1c07a6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/views/QueryEditorPullRequests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,18 @@ const QueryEditorPullRequests = (props: Props) => {
<InlineField
labelWidth={LeftColumnWidth * 2}
label="Query"
tooltip="For more information, visit https://docs.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests"
tooltip={() => (
<>
For more information, visit&nbsp;
<a
href="https://docs.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests"
target="_blank"
rel="noreferrer"
>
https://docs.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests
</a>
</>
)}
interactive={true}
>
<Input
Expand Down

0 comments on commit d1c07a6

Please sign in to comment.