Skip to content

Commit

Permalink
fix: title for PR chart tooltip (#3350)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed May 10, 2024
2 parents 0649faa + 940a06c commit 56b2746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Graphs/PRChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function CustomTooltip({ active, payload }: TooltipProps<ValueType, NameType>) {
<figcaption className="flex flex-col gap-1 bg-white px-4 py-2 rounded-lg border">
<section className="flex gap-2 items-center">
<BiGitPullRequest className="fill-sauced-orange" />
<p>Issues</p>
<p>Pull Requests</p>
</section>
<p>Opened: {payload[0]?.value}</p>
<p>Closed: {payload[1]?.value}</p>
Expand Down

0 comments on commit 56b2746

Please sign in to comment.