Skip to content

Commit

Permalink
Merge pull request #23 from gov4git/fix-heading
Browse files Browse the repository at this point in the history
Fix pull request page heading
  • Loading branch information
dworthen authored Oct 26, 2023
2 parents abcbd66 + dc265b5 commit 5720e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pink-carpets-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gov4git-desktop-app': patch
---

Fix pull request page heading
2 changes: 1 addition & 1 deletion src/renderer/src/components/PullRequests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const PullRequests: FC = function PullRequests() {

return (
<>
<h1 className={headingStyles.pageHeading}>Prioritize Issues</h1>
<h1 className={headingStyles.pageHeading}>Prioritize Pull Requests</h1>

<div className={styles.controls}>
{issuesLink != null && (
Expand Down

0 comments on commit 5720e82

Please sign in to comment.