Skip to content

Commit

Permalink
Make pull request button a link (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsey0 authored Mar 30, 2024
1 parent 7a5d923 commit d78693b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export function TitleColumn(
<Button
className="branch-button text-ellipsis"
text={tableItem.title}
href={tableItem.pullRequestHref!}
onClick={onClickPullRequestTitleHandler}
tooltipProps={{ text: tooltip }}
subtle={true}
Expand Down

0 comments on commit d78693b

Please sign in to comment.