Skip to content

Commit

Permalink
Fix apostrophe encoding in OpenCardsSection (Codehagen#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV authored May 25, 2024
1 parent bc59b64 commit cb83ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/components/open-page/OpenCardsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function OpenCardSection({ githubData }) {
<Card>
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
<CardTitle className="text-sm font-medium">
Merged PR`&apos;`s
Merged PR&apos;s
</CardTitle>
<GitPullRequestIcon className="h-4 w-4 text-muted-foreground" />
</CardHeader>
Expand Down

0 comments on commit cb83ab6

Please sign in to comment.